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.
pub fn transputer() -> RngType
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.