Skip to main content

Rng

Trait Rng 

Source
pub trait Rng:
    CryptoRng
    + RngCore
    + Debug { }
Expand description

Combined trait for CryptoRng and RngCore

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: CryptoRng + RngCore + Debug> Rng for T