Pseudorandom number
programming
One of a sequence of numbers generated by some algorithm so as to have an even distribution over some range of values and minimal correlation between successive values.
Pseudorandom numbers are used in simulation and encryption. They are pseudorandom not random because the sequence eventually repeats exactly and is entirely determined by the initial conditions.
One of the simplest algorithms is
x[i+1] = (a * x[i] + c) mod m
but this repeats after at most m numbers and successive numbers are closely related. Better algorithms generally use more previous numbers to calculate the next number.
(http://random.mat.sbg.ac.at/).
(2007-06-29)
Read Also:
- Pseudoreaction
pseudoreaction pseu·do·re·ac·tion (sōō’dō-rē-āk’shən) n. A reaction not caused by the substances used in a given test but rather by impurities or other materials in the test medium; a false reaction.
- Pseudo-realistic
adjective 1. interested in, concerned with, or based on what is real or practical: a realistic estimate of costs; a realistic planner. 2. pertaining to, characterized by, or given to the representation in literature or art of things as they really are: a realistic novel. 3. resembling or simulating real life: a duck hunter skilled […]
- Pseudo-religious
adjective 1. of, relating to, or concerned with religion: a religious holiday. 2. imbued with or exhibiting religion; pious; devout; godly: a religious man. 3. scrupulously faithful; conscientious: religious care. 4. pertaining to or connected with a monastic or religious order. 5. appropriate to religion or to sacred rites or observances. noun, plural religious. 6. […]
- Pseudorickets
pseudorickets pseu·do·rick·ets (sōō’dō-rĭk’ĭts) n. See renal rickets.
- Pseudo-romantic
adjective 1. of, relating to, or of the nature of romance; characteristic or suggestive of the world of romance: a romantic adventure. 2. fanciful; impractical; unrealistic: romantic ideas. 3. imbued with or dominated by idealism, a desire for adventure, chivalry, etc. 4. characterized by a preoccupation with love or by the idealizing of love or […]