Skip to content

IntegerGenerator

Describes how integers are allowed to be generated.

Properties

max

max: number

The maximum value to generate (inclusive).


maxInclusive

maxInclusive: boolean

Is the maximum value included in the generation.


min

min: number

The minimum value to generate.


minInclusive

minInclusive: boolean

Is the minimum value included in the generation.