Does python's random.random() ever return 1.0 or it only returns up until 0.9999..?
feedback
|
|
Docs are here: http://docs.python.org/library/random.html
| |||||||||
feedback
|
That means 1 is excluded. | |||||
feedback
|
|
Python's However, it can return | |||||||||||||||||||
feedback
|