下面就總結我平常用到的幾個numpy.random庫中的隨機數和seed函數。 ... print(type(x1)) #<class 'float'> x2=np.random.random((3,3)) print(x2) ...
確定! 回上一頁