Skip to main content

DepRng

Trait DepRng 

Source
pub trait DepRng: Send + Sync {
    // Required method
    fn next_u64(&self) -> u64;
}

Required Methods§

Source

fn next_u64(&self) -> u64

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§