+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))
...