[][src]Module nanorand::entropy

Sources for obtaining entropy.

Re-exports

pub use windows::entropy_from_system;

Modules

windows

An entropy generator for Windows, using WinAPI's BCryptGenRandom function.

Functions

emergency_system_time_entropy

An emergency system time-based entropy source.
Should be slightly better than just piping the system time into a seed, but for the love of god, don't use this unless you have a REALLY good reason.