Skip to main content

Random

Type Alias Random 

Source
pub type Random = PcgXshRR;

Aliased Type§

pub struct Random { /* private fields */ }

Trait Implementations§

Source§

impl Default for Random

Available on crate feature std only.
Source§

fn default() -> Self

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