Numpy之random.randint產生隨機整數

方法 numpy.random.randint(low, high=None, size=None, dtype='l') 參數 這個方法產生離散均勻分佈的整數,這些整數大於等於low,小於high。python low : int 產生隨機數的最小值 high : int, optional 給隨機數設置個上限,即產生的隨機數必須小於high size : int or tuple of int
相關文章
相關標籤/搜索