ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Pseudo-random number

A pseudo-random number is a number belonging to a sequence which appears to be random, but can in fact be generated by a finite computation. They are used extensively in computer science in places where randomness is essential to some application, but cannot be generated due to computation being deterministic. See Pseudorandom number generators.

The qualities which are required of a pseudo-random sequence of (binary) numbers -- if it is to be used in any application where apparent randomness is important -- are as follows:

  • a sequence of n>1 0s should occur half as often as a sequence of n-1 0s, and as often as n 1s

Various examples of pseudorandom number generators exist, such as linear congruential generators, inversive generators etc.

External Links





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Pseudo-random number".