Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
print random number from 0 to 1
Home
NumPy
print random number from 0 to 1
+1
vote
asked
Jul 8, 2021
in
NumPy
by
rajeshsharma
print random number from 0 to 1
print-random-number
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 8, 2021
by
rajeshsharma
print(‘\n random number from 0 to 1 ‘,np.random.rand())
...