IZHK

  • 使用Numpy生成随机数据

    一、Numpy生成随机数 import numpy as np # 返回一个在0到1之间的随机数 np.random.rand() 通过使用np.random.rand()函数,我…

    编程 2024-11-01