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