Function rgsl::types::rng::other::uni32[][src]

pub fn uni32() -> RngType
Expand description

This is a reimplementation of the 16-bit SLATEC random number generator RUNIF. A generalization of the generator to 32 bits is provided by gsl_rng_uni32. The original source code is available from NETLIB.