reseeding_rng-0.1.0 has been yanked.
Crate reseeding_rng
ReseedingRng that periodically reseeds the underlying pseudorandom number
generator.
This crate provides a simplified reimplementation of ReseedingRng for use with
the random number generators from the rand crate v0.10, which no longer
includes the ReseedingRng from v0.9 and earlier.
Note that periodic reseeding is never strictly necessary.
See the rand v0.9 documentation for further discussion.
Examples
use ;
use ReseedingRng;
let mut rng = try_new.unwrap;
println!;
License
Licensed under the Apache License, Version 2.0.