rand_pcg

Type Alias Pcg64

Source
pub type Pcg64 = Lcg128Xsl64;
Expand description

Lcg128Xsl64 is also officially known as pcg64.

Aliased Typeยง

struct Pcg64 { /* private fields */ }