rust/src/test
Huon Wilson 92725ae765 std::rand: Add a trait for seeding RNGs: SeedableRng.
This provides 2 methods: .reseed() and ::from_seed that modify and
create respecitively.

Implement this trait for the RNGs in the stdlib for which this makes
sense.
2013-10-09 22:22:42 +11:00
..
auxiliary Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
bench std::rand: Add a trait for seeding RNGs: SeedableRng. 2013-10-09 22:22:42 +11:00
codegen
compile-fail auto merge of #9753 : alexcrichton/rust/macro-attrs, r=brson 2013-10-08 19:26:35 -07:00
debug-info Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
pretty pp: add test for raw strs in non-expression positions 2013-10-08 03:47:21 +02:00
run-fail
run-pass std::rand: Add an implementation of ISAAC64. 2013-10-09 22:22:42 +11:00
run-pass-fulldeps