Type Definition pcg_rand::Pcg32L

source ·
pub type Pcg32L = SetseqXshRr12832;
Expand description

A helper definition for a simple 32bit PCG which can have multiple random streams. This version uses 128bits of internal state This makes it potentially slower but it has a longer period. (In testing it appears to be better to use an extended generator Pcg32Ext to get a long period rather than the Pcg32L)