Function rgsl::types::rng::other::ranmar

source ·
pub fn ranmar() -> RngType
Expand description

This is the RANMAR lagged-fibonacci generator of Marsaglia, Zaman and Tsang. It is a 24-bit generator, originally designed for single-precision IEEE floating point numbers. It was included in the CERNLIB high-energy physics library.