numpy.random.randint(low, high=None, size=None, dtype='l') ... np.random.randint(2, size=10) array([1, 0, 0, 0, 1, 1, 0, 0, 1, ...
確定! 回上一頁