pub trait RNG_MT19937TraitConst {
    fn as_raw_RNG_MT19937(&self) -> *const c_void;
}
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

Required Methods

Implementors