...

/

Challenge: PRNG and Probability Distribution

Challenge: PRNG and Probability Distribution

Let's test our learning of PRNG and probability distributions through a coding challenge.

Exercise 1: PRNG

The key component of developing any random variables setup is having a good grip on PRNG. Begin by creating a PRNG with a seed of, say, 100, and create a subkey - ...