Type Definition pcg_rand::Pcg32LOneseq[][src]

type Pcg32LOneseq = OneseqDXsM12832;

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