Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Pseudo-random number

(Redirected from Pseudorandom)

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.

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

  • the 2n different patterns of n successive digits should each occur about as often as each other
  • sequences of n(>1) 0s should occur about half as often as sequences of n-1 0s, and about as often as n 1s

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

See also

External links

01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy