pub type RngComponentType<E> = RngDriver<'static, Entropy32ToRandom<'static, E>>;
pub struct RngComponentType<E> { /* private fields */ }