rust/src/librand
iirelu e593c3b893 Changed most vec! invocations to use square braces
Most of the Rust community agrees that the vec! macro is clearer when
called using square brackets [] instead of regular brackets (). Most of
these ocurrences are from before macros allowed using different types of
brackets.

There is one left unchanged in a pretty-print test, as the pretty
printer still wants it to have regular brackets.
2016-10-31 22:51:40 +00:00
..
distributions Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
chacha.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
isaac.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
lib.rs run rustfmt on librand folder 2016-05-29 08:40:34 +05:30
rand_impls.rs run rustfmt on librand 2016-10-12 23:40:25 +05:30
reseeding.rs run rustfmt on librand 2016-10-12 23:40:25 +05:30