Crate rand04_compat

Source
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 Rng trait.

Traits§

RngExt
An extension trait for Rng to generate values that implement rand04::Rand.