Type Definition pcg_rand::Pcg32LUnique[][src]

type Pcg32LUnique = UniqueXshRr12832;

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.