Protocol std::random::RngExt

protocol RngExt<Self> { ... }
Self: Rng<Self>

Extension mixin for the Rng protocol

Contains useful methods for random number generation.

Provided methods