MMrng Module

Written with REALbasic, MMrng Module generates pseudo-random doubles (>= 0 and <1). This generator uses the method of Mitchell and Moore as described in "The Art of Computer Programming", Vol. 2, 2nd edition, p. 26, by Donald E. Knuth (Addison-Wesley). The advantage of this method is its long period (greater than 3.6 x 10^16) and that no multiplication or division is required.

Freeware.


Download MMrng Module v 1.0. The download includes documentation.

MMrngModule.zip (12 KB)


Back To Bob Delaney's Home Page