Illinois PHYS 466, Lecture 9: Probability tools & Random number generators

By David M. Ceperley

University of Illinois at Urbana-Champaign

Published on

Abstract

Random Number Generation (RNG)

read “Numerical Recipes” on random numbers and chi-squared test

Today we discuss how to generate and test random numbers.

What is a random number?

  • A single number is not random.Only an infinite sequence can be described as random.
  • Random means the absence of order. (Negative property).
  • Can an intelligent gambler make money by betting on the next numbers that will turn up?
  • All subsequences are equally distributed. This is the property that MC uses to do

    integrals and that you will test for in homework.

Anyone who considers arithmetical methods of random digits is, of course, in a state of

sin.” John von Neumann (1951)

“Random numbers should not be chosen at random.” Knuth (1986)

Credits

These notes are breezed and uploaded by Omar Sobh

Cite this work

Researchers should cite this work as follows:

  • David M. Ceperley (2009), "Illinois PHYS 466, Lecture 9: Probability tools & Random number generators," https://nanohub.org/resources/6422.

    BibTex | EndNote

Tags