Type Definition pcg_rand::Pcg32LOneseq[][src]

type Pcg32LOneseq = OneseqXshRr12832;

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.