I want to implement a scenario where numbers will be generated between a given range using a exponential distribution. I have come across "org.apache.commons.math3.distribution" in java. But How to use it to generate random numbers in a given range in java? Is there any other way out?
Asked
Active
Viewed 479 times