Run »
from numpy import random x = random.uniform(size=(2, 3)) print(x)