T - public abstract class GeneratorWithDistribution<T> extends AbstractStringify implements FlGenerator<T>
Generators that require an distribution.
If none is specified, UniformDistribution will be used.LAMBDA_SEED_HINT| Modifier | Constructor and Description |
|---|---|
|
GeneratorWithDistribution(Distribution distribution,
long seedHint) |
protected |
GeneratorWithDistribution(GeneratorWithDistribution src) |
|
GeneratorWithDistribution(long seedHint) |
| Modifier and Type | Method and Description |
|---|---|
long |
randomSeedHint() |
protected FlDistribution.FlRandom |
rnd() |
StringBuilder |
toString(StringBuilder sb) |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregate, aggregate, all, alternateWith, any, any, cached, distinct, fetch, few, filter, flatMap, fluentData, many, map, map, mixWith, next, next, next, one, peek, several, shuffle, shuffle, snapshot, some, split, split, stream, then, three, toGenerator, transform, two, withgetValueType, repeat, transformSourcetoGenerators, toGeneratorspublic GeneratorWithDistribution(long seedHint)
public GeneratorWithDistribution(Distribution distribution, long seedHint)
protected GeneratorWithDistribution(GeneratorWithDistribution src)
protected FlDistribution.FlRandom rnd()
public long randomSeedHint()
randomSeedHint in interface FlGenerator<T>public StringBuilder toString(StringBuilder sb)
toString in interface StringifytoString in class AbstractStringifyCopyright © 2019. All rights reserved.