Constructor and Description |
---|
RandomEngine() |
RandomEngine(long seed) |
Modifier and Type | Method and Description |
---|---|
double |
apply(double _ignored) |
int |
apply(int _ignored) |
static RandomEngine |
makeDefault() |
double |
nextDouble() |
float |
nextFloat() |
int |
nextInt() |
long |
nextLong() |
double |
raw() |
public double apply(double _ignored)
public int apply(int _ignored)
public static RandomEngine makeDefault()
public double nextDouble()
public float nextFloat()
public int nextInt()
public long nextLong()
public double raw()
Copyright © 2019. All rights reserved.