//! Custom blockchain-aware RNGs
//!//! This module contains RNGs specifically designed for blockchain applications,
//! including fork detection and blockchain state seeding.
#[cfg(feature ="custom_rng")]pubmodchainseed_x;#[cfg(feature ="custom_rng")]pubmodentrocrypt;#[cfg(feature ="custom_rng")]pubmodhashmix256;#[cfg(feature ="custom_rng")]pubusechainseed_x::ChainSeedX;#[cfg(feature ="custom_rng")]pubuseentrocrypt::EntroCrypt;#[cfg(feature ="custom_rng")]pubusehashmix256::HashMix256;