Archived lectures from IEE 475 (Simulating Stochastic System) given by Ted Pavlic at Arizona State University. A course on discrete event system simulation focused on Industrial Engineering undergraduate students or others learning to use good simulation methodologies.
All content for IEE 475: Simulating Stochastic Systems is the property of Theodore P. Pavlic and is served directly from their servers
with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Archived lectures from IEE 475 (Simulating Stochastic System) given by Ted Pavlic at Arizona State University. A course on discrete event system simulation focused on Industrial Engineering undergraduate students or others learning to use good simulation methodologies.
In this lecture, we first cover some discrete distributions (and the Poisson process) that we ran out of time for during the previous lecture. We then launch into a discussion of how to generate pseudo-random numbers distributed uniformly between 0 and 1 (which are necessary for us to easily generate random variates of any distribution). We talk about the two most important properties of a pseudo-random number generator (PRNG), uniformity and independence. We then talk about desirable properties. Some examples are given of some early PRNG's, and then we introduce the linear congruential generator (LCG) and its variants (like the Combined Linear Congruential Generator, CLCG), which represent a much more modern PRNG that has a number of good properties. We close with a discussion of tests of uniformity. We will continue this discussion and add on tests for independence during next lecture (which will primarily cover random-VARIATE generation).
IEE 475: Simulating Stochastic Systems
Archived lectures from IEE 475 (Simulating Stochastic System) given by Ted Pavlic at Arizona State University. A course on discrete event system simulation focused on Industrial Engineering undergraduate students or others learning to use good simulation methodologies.