[][src]Module nanorand::entropy

Sources for obtaining entropy.

Re-exports

pub use unix::entropy_from_system;

Modules

unix

A 100% safe entropy generator, using (in order of priority) /dev/urandom, /dev/random, or the system time.