import numpy as np arr = np.random.uniform(0, 1, 10000) #Inverse Square Root 1 / np.sqrt(arr)
確定! 回上一頁