Struct opencv::core::RNG_MT19937
source · [−]pub struct RNG_MT19937 { /* private fields */ }Expand description
Mersenne Twister random number generator
Inspired by http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c @todo document
Implementations
Trait Implementations
returns uniformly distributed integer random number from [a,b) range
returns uniformly distributed floating-point random number from [a,b) range