Type Definition pcg_rand::Pcg32LUnique

source ·
pub type Pcg32LUnique = UniqueXshRr12832;
Expand description

A helper definition for a 32bit PCG which has a unique random stream for each instanceThis version uses 128bits of internal state This makes it potentially slower but it has a longer period.