Is there a way in python to generate a 2d array (using numpy) with random integer entries without specifying either of low or high? I tried mat = np.random.randint(size=(3, 4)) but it did not work
mat = np.random.randint(size=(3, 4))
Aucun commentaire:
Enregistrer un commentaire