public class NormalDistributionHelper extends Object
| Constructor and Description |
|---|
NormalDistributionHelper()
Use a simple normal distribution to generate random numbers
|
| Modifier and Type | Method and Description |
|---|---|
long |
getValue(long min,
long max)
Get a random long where a standard deviation of 1.0 corresponds to the
min and max values provided.
|
Copyright © 2013. All Rights Reserved.