public class SequentialSeeder extends AbstractSeeder
| Constructor and Description |
|---|
SequentialSeeder(FieldConfig fieldConfig) |
| Modifier and Type | Method and Description |
|---|---|
int |
createIntSeed() |
double |
createSeed() |
getConfigpublic SequentialSeeder(FieldConfig fieldConfig)
public int createIntSeed()
getConfig().getMinValue() (inclusive) and getConfig().getMaxValue() (exclusive).public double createSeed()
getConfig().getMinValue() (inclusive) and getConfig().getMaxValue() (exclusive).Copyright © 2010–2016 none. All rights reserved.