Gaussian samples – Part (3)
Background The goal of this project is to generate Gaussian samples in 2-D from uniform samples, the latter of which can be readily generated using built-in random number generators in most computer languages. In part 1 of the project, the inverse transform sampling was used to convert each uniform sample into respective x and y coordinates of …