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