Type Definition pcg_rand::Pcg32LOneseq

source ·
pub type Pcg32LOneseq = OneseqXshRr12832;
Expand description

A helper definition for a 32bit PCG which hase a fixed good random streamThis version uses 128bits of internal state This makes it potentially slower but it has a longer period.