jeudi 1 juillet 2021

Why "np.random.rand()" function in Python outputs only float values below 1?

The example Output is given here

INPUT:

>>> np.random.rand(2,3)

OUTPUT:

array([[0.81967966, 0.24861747, 0.1324781 ], [0.10917913, 0.61025551, 0.87901984]])




Aucun commentaire:

Enregistrer un commentaire