Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: RANDom traps for the unwary

    Most built-in random number generators are "cheap" Linear Congruential Generators:

    Xn+1 = (a Xn + c) Mod m

    They produce a fixed output sequence. The sequence is started at a point determined...

Viewing post 1 (of 1 total)