Type Alias rand_pcg::Pcg64

source ·
pub type Pcg64 = Lcg128Xsl64;
Expand description

Lcg128Xsl64 is also officially known as pcg64.

Aliased Type§

struct Pcg64 { /* private fields */ }