As the title suggest, would hope to generate a random float in the range between 0.3 < x < 0.7.
I currently using while loop to check a random float whether its in that range. I was wondering whether there is a better method to do this.
Thanks
|
As the title suggest, would hope to generate a random float in the range between 0.3 < x < 0.7. I currently using while loop to check a random float whether its in that range. I was wondering whether there is a better method to do this. Thanks |
|||
|
|
|
If you really don't want 0.3, I guess you can always loop that one out. I'm not sure if there is a better way. |
|||||
|