bamboo.util
Class RandomUtil
java.lang.Object
bamboo.util.RandomUtil
- Direct Known Subclasses:
- BurstyClient, EcnBitClient, FixedAcceptRateClient, FixedSubmitRateClient
public class RandomUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomUtil
public RandomUtil()
random_exponential
protected static double random_exponential(double mean,
Random rand)
random_gaussian
protected static double random_gaussian(double mean,
double stddev,
Random rand)