public interface PseudoRandom extends PseudoRandomStream
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
long[] |
getSeed() |
int |
next(int bits) |
boolean |
nextBoolean() |
void |
nextBytes(byte[] bytes) |
double |
nextDouble() |
double |
nextDouble(double min,
double max) |
void |
nextDoubles(double[] doubles) |
float |
nextFloat() |
float |
nextFloat(float min,
float max) |
double |
nextGaussian() |
double |
nextGaussian(double mean,
double stdDeviation) |
int |
nextInt() |
int |
nextInt(int n) |
int |
nextInt(int min,
int max) |
long |
nextLong() |
long |
nextLong(long n) |
long |
nextLong(long min,
long max) |
void |
nextLongs(long[] longs) |
beta, beta, cauchy, cauchy, chiSquare, chiSquare, doubles, doubles, doubles, doubles, exponential, exponential, gamma, gamma, ints, ints, ints, ints, logNormal, logNormal, longs, longs, longs, longs, normal, normal, studentT, studentT, weibull, weibulllong nextLong()
double nextDouble()
double nextDouble(double min,
double max)
double nextGaussian()
double nextGaussian(double mean,
double stdDeviation)
float nextFloat()
float nextFloat(float min,
float max)
int nextInt()
void nextBytes(byte[] bytes)
boolean nextBoolean()
long nextLong(long n)
int nextInt(int n)
int nextInt(int min,
int max)
long nextLong(long min,
long max)
int next(int bits)
void nextLongs(long[] longs)
void nextDoubles(double[] doubles)
String getAlgorithm()
long[] getSeed()
Copyright © 2022. All rights reserved.