How to get double random numbers in the range from 0 to 1?
generating random numbers betwee 0 and 1
Collapse
X
-
Have you considered scaling?
The integer 123 may represent $123 or $12.30 or $.123 or $.0123. It all depends upon where you assume the decimal point.
In fact all random numbers are between 0 and 1 if you assume the decimal is to the left of the digits:
4639 4859 29477 98364 3629
can be treated as
.4639 .4859 .29477 .98364 .3629Comment
Comment