Random Numbers: Bana7030 Denise L. White, PHD Mba
Random Numbers: Bana7030 Denise L. White, PHD Mba
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.
• F(x) is the probability that a variable assumes a value less than or equal to x
• The inverse function would product the value x= F -1
• Generating a uniform random variable and using the inverse function would allow
us to generate a value for x
Random Number Distributions
• Let’s explore the Exponential Distribution