This function of random module is used to generate random numbers or values in a given shape. Example: import numpy as np; a=np.random.rand(5,2); a.
確定! 回上一頁