BANA7030 Random Numbers
BANA7030 Random Numbers
BANA7030
Denise L. White, PhD MBA
Randomness
Randomness is the apparent lack of pattern
or predictability in events. (Wikipedia.com)
Stochastic Processes
Stochastic processes are well defined by a distribution.
– Discrete:
– Continuous:
Examples
• Bernoulli Process
• Random Walk
• Poisson
Random Number Simulation
• Used many places: video games, cryptography, vaccine trials, forecast
and prediction, etc.
• Pseudorandom: Generated from a computer often using a starting seed.
RANDOM NUMBERS
Linear Congruential Generator
• Generates a series of pseudorandom numbers
using a piecewise linear equation.
• One of the oldest and best known PRNGs.