Module pcg_rand::numops[][src]

Traits

AsSmaller

Allows a type to become a type of a smaller value.

AsUsize

Convert a value to a usize don't care about overflow etc

BitSize

A trait that determines how many bits are in a type.

PcgOps

The types of numaric options that PCG needs to operate. Some day this will be replaced with Num-traits when they support wrapping opts for everything, and when extprim supports those traits as well.