Run »
from numpy import random x = random.rand(3, 5) print(x)