1. Random Variable Generation#
In this chapter we will explore the important concept of Random Variables and Random Numbers and look at general ways of generating them.
The first section is on Baisc random variable genration using the exact method of Inverse Transform methods, followed by approximate methods of Acceptance Rejection Sampling.
The next sections will be on using using these methods to sample out some import random variables, and some more complicated Algorithms