rng.icn: Procedure to generate random numbers

link rng
June 11, 1994; Ralph E. Griswold
Requires: large integers
See also: lcseval.icn
This file is in the public domain.

This procedure generates a sequence of numbers using the linear
congruence method.  With appropriate parameters, the result is
a pseudo-random sequence.  The default values produce the sequence
used in Icon.

Source code | Program Library Page | Icon Home Page