Definitions
A random number generator (RNG) is
| “
|
[a] process used to generate an unpredictable series of numbers. Each individual value is called random if each of the values in the total population of values has an equal probability of being selected.[2]
|
”
|
Overview
"There are two basic classes: [[deterministic and nondeterministic. A deterministic RNG consists of an algorithm that produces a sequence of bits from an initial value called a seed. A nondeterministic RNG produces output that is dependent on some unpredictable physical source that is outside human control."[4]
References
See also