Random

Type Alias Random 

Source
pub type Random = PcgXshRR;

Aliased Type§

pub struct Random { /* private fields */ }

Trait Implementations§

Source§

impl Default for Random

Source§

fn default() -> Self

Returns the “default value” for a type. Read more