代码示例:(标识:python_numpy_random_number)
python_numpy_random_number.py
from numpy import random

x = random.randint(100)

print(x)
运行结果: