📜  python 范围内的随机整数 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:06.751000             🧑  作者: Mango

代码示例6
import numpy as np
#Generate 15 numbers between 25 and 60
np.random.randint(25,60, size=(15))