The difference between np.random.seed(int) and np.random.seed(array_like)?
In python's numpy library, the np.random.seed method can accept two different type of parameter: int and array_like[int], what's the difference between them? Such as: np.random.seed(2) and np.random.seed([2013, 1, 4]).
Aucun commentaire:
Enregistrer un commentaire