Suppose you wanted to generate a sample of random variable
following binomial distribution with N=5 and p=0.2, but you only
have access to random number generator following continuous uniform
distribution between 0 and 1. How would you do this? (Provide two
solutions)