| Constructor and Description |
|---|
RandomValueSet(long min,
long max,
int noRandoms) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
long |
getMax() |
int |
getNoRandoms() |
static Random |
getRng() |
static void |
initRng() |
static void |
initRng(int seed) |
Iterator<Long> |
iterator() |
void |
reset()
Resets the iterator to virgin state.
|
String |
toString() |
formatThing, main, newValueSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static void initRng(int seed)
public static void initRng()
public static Random getRng()
public void reset()
ValueSetpublic long getMax()
public int getIndex()
public int getNoRandoms()
Copyright © 2019. All rights reserved.