maxInteger
The upper range of the distribution.
Declaration
var maxInteger: Int { get set }Discussion
This value is used for Uniform with integer data types Defaults to INT32_MAX for uniform distributions and 0 for normal distributions.
The upper range of the distribution.
var maxInteger: Int { get set }This value is used for Uniform with integer data types Defaults to INT32_MAX for uniform distributions and 0 for normal distributions.