RandomNumberProvider

public class RandomNumberProvider extends Provider

Fields

DECIMAL

public static final String DECIMAL

INTEGER

public static final String INTEGER

Constructors

RandomNumberProvider

public RandomNumberProvider(PopulatorInterface populator)

RandomNumberProvider

public RandomNumberProvider(PopulatorInterface populator, String format)

Methods

generate

public String generate()

getDecimal

public ProviderInterface getDecimal()

setMax

public RandomNumberProvider setMax(int min)

setMin

public RandomNumberProvider setMin(int max)