Skip to main content

Module random

Module random 

Source
Expand description

Contains functions for generating random numbers. see also crate::maths::seed

Functionsยง

coin
random boolean with given chance of being true
rand_exponential
see rand_distr::Exp
rand_normal
see rand_distr::Normal
rand_normal_skewed
see rand_distr::SkewNormal
rand_range
uniform random float between from and to
rand_range_i
uniform random integer between from and to