Pseudorandom number generator (PRNG)

March 5, 2018

How Can We Help?

Pseudorandom number generator (PRNG)

You are here:
< Back

An algorithm that produces a sequence of bits that are uniquely determined from an initial value called a seed. The output of the PRNG “appears” to be random, i.e., the output is statistically indistinguishable from random values. A cryptographic PRNG has the additional property that the output is unpredictable, given that the seed is not known.
SOURCE: CNSSI-4009