Function rgsl::types::rng::other::transputer

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

This is the random number generator from the INMOS Transputer Development system. Its sequence is,

x_{n+1} = (a x_n) mod m

with a = 1664525 and m = 2^32. The seed specifies the initial value, x_1.