Expand description
§Wrappers for compatibility with rand 0.4
Re-exports§
pub use rand04;
Structs§
- A wrapper for a random number generator that implements the 0.4
Rng
trait.
Traits§
- An extension trait for
Rng
to generate values that implementrand04::Rand
.