public interface IRandomNumberProvider extends IComponent
| Modifier and Type | Method and Description |
|---|---|
boolean |
nextBoolean() |
void |
nextBytes(byte[] bytes) |
double |
nextDouble() |
float |
nextFloat() |
double |
nextGaussian() |
int |
nextInt() |
int |
nextInt(int bound) |
long |
nextLong() |
getComponentDescriptorCopyright © 2018 Symphony Software Foundation. All rights reserved.