Randomness#

Learning Objectives#

After working through this topic, you should be able to:

  • Generate random number with numpy

  • Explain the role of a seed in random number generation

  • Follow best practices for generating random numbers

Materials#

Here is the screencast. These are the slides.

Additional Materials#

  • This Blogpost explains some of the reasons behind our best practices.

Quiz#