Struct std::random::Pcg32

struct Pcg32 { ... }

PCG-32 random number generator

A small-state general purpose random number generator (https://www.pcg-random.org/).

Not suitable for cryptographic purposes.

Fields

Methods

impl Pcg32 { ... }

Mixins

impl Pcg32 { ... }