Tuesday, 7 January 2020

How to implement Random.nextDouble() in javascript?

I am using Math.floor((Math.random() * max-min)+min) for random number generation,
what is the difference between this function and random.nextDouble() ?
How to implement random.nextDouble in Javascript?

No comments:

Post a Comment