randrange(start, stop) only takes integer arguments... So how would I get a random number between two float values?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use random.uniform(a, b):
|
|||
|
|
|
See here. |
||||
|
|