+1 vote
in NumPy by
use numpy to generate array of 25 random numbers sampled from a standard normal distribution

1 Answer

0 votes
by
use numpy to generate array of 25 random numbers sampled from a standard normal distribution

print(‘\n random number 25\n ‘,np.random.rand(25))

Related questions

+2 votes
asked Jul 4, 2021 in NumPy by sharadyadav1986
0 votes
asked Jan 1, 2021 in Python by SakshiSharma
...