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

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 = 232. The seed specifies the initial value, x_1.