numpy.random.rand(d0, d1, …, dn),产生[0,1)之间均匀分布的随机浮点数,其中d0,d1....表示传入的数组形状。 示例1 import numpy as np #产生形状为(2,) ...
確定! 回上一頁