import numpy as np low = 1 //start high = 72 //total_population size = 9 //sample_size np.random.randint(low, high, size)