|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.linkedin.test.util.GaussianRandom
public class GaussianRandom
Generates random Gaussian random variables for testing purposes
| Constructor Summary | |
|---|---|
GaussianRandom()
|
|
| Method Summary | |
|---|---|
static long |
delay(double delay,
double range)
Generate a random long that is centered at delay with the given range. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaussianRandom()
| Method Detail |
|---|
public static long delay(double delay,
double range)
delay with the given range. The
result is guaranteed to be non-negative.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||