1) arbitrary pdfs
2) Expectation and variance of continuous RVs
1) arbitrary pdfs
2) Expectation and variance of continuous RVs
import numpy as np
low = 1 //start
high = 72 //total_population
size = 9 //sample_size
np.random.randint(low, high, size)