public class ValueGeneratorFactory extends Object
Generator
s
Created by Karel Maesen, Geovise BVBA on 2019-08-16.Constructor and Description |
---|
ValueGeneratorFactory() |
ValueGeneratorFactory(Random rnd) |
Modifier and Type | Method and Description |
---|---|
Generator<Double> |
doubleGenerator(double min,
double max) |
Generator<Instant> |
instantGenerator(Instant start,
Instant end) |
Generator<Integer> |
integerGenerator(int min,
int max) |
Generator<String> |
stringGenerator(int minLength,
int maxLength) |
public ValueGeneratorFactory(Random rnd)
public ValueGeneratorFactory()
Copyright © 2021 geolatte.org. All rights reserved.