Login
Remember
Register
Ask a Question
use numpy to generate array of 25 random numbers sampled from a standard normal distribution
+1
vote
asked
Jul 8, 2021
in
NumPy
by
rajeshsharma
use numpy to generate array of 25 random numbers sampled from a standard normal distribution
generate-array
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 8, 2021
by
rajeshsharma
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))
...