Summary
###########################################################################
File: rng.icn
Subject: Procedure to generate random numbers
Author: Ralph E. Griswold
Date: June 11, 1994
###########################################################################
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.
###########################################################################
Requires: large integers
###########################################################################
See also: lcseval.icn
###########################################################################
Procedures:
rng
This file is part of the (main) package.
Source code.
rng(a, c, m, x)
This page produced by UniDoc on 2021/04/15 @ 23:59:54.