how to get random value from 1 to 10 using numpy code example Example: get n random numbers from x to y python import random random.sample(range(31), 10)