Category
page 1Pseudorandomness
pseudorandomness
A pseudorandom sequence of numbers is one that appears to be statistically random, despite having been produced by a completely deterministic and repeatable process. Pseudorandom number generators are often used in computer programming, as traditional sources of randomness available to humans (such as rolling dice) rely on physical processes not readily available to computer programs, although developments in hardware random number generator technology have challenged this.
Pseudorandom binary sequence
seemingly random, difficult to predict bit stream created by a deterministic algorithm
pseudorandom noise
pseudo-random signal with characteristics similar to noise
maximum length sequence
type of pseudorandom binary sequence
Pseudorandom function family
collection of efficiently-computable functions which emulate a random oracle
Hard-core predicate
concept in cryptography