public class SequencesGenerator extends Object
| Constructor and Description |
|---|
SequencesGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static SequenceGenerator |
atRandom(Distribution distribution,
long min,
long max,
long width) |
static SequenceGenerator |
sequentially() |
public static SequenceGenerator sequentially()
public static SequenceGenerator atRandom(Distribution distribution, long min, long max, long width)
Copyright © 2023. All rights reserved.