public abstract class LongProvider extends BaseProvider implements RandomLongSource
long-based
source randomness.| Constructor and Description |
|---|
LongProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
next() |
boolean |
nextBoolean() |
void |
nextBytes(byte[] bytes) |
void |
nextBytes(byte[] bytes,
int start,
int len) |
double |
nextDouble() |
float |
nextFloat() |
int |
nextInt() |
long |
nextLong() |
checkIndex, checkStateSize, fillState, fillState, getStateInternal, nextInt, nextLong, restoreState, saveState, setStateInternal, toStringpublic abstract long next()
next in interface RandomLongSourcepublic long nextLong()
nextLong in interface UniformRandomProviderpublic int nextInt()
nextInt in interface UniformRandomProviderpublic double nextDouble()
nextDouble in interface UniformRandomProviderpublic boolean nextBoolean()
nextBoolean in interface UniformRandomProviderpublic float nextFloat()
nextFloat in interface UniformRandomProviderpublic void nextBytes(byte[] bytes)
nextBytes in interface UniformRandomProviderpublic void nextBytes(byte[] bytes,
int start,
int len)
nextBytes in interface UniformRandomProviderCopyright © 2016 The Apache Software Foundation. All rights reserved.