Int Range Arbitrary
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.3.0" )
Content copied to clipboard
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.4.0" )
Content copied to clipboard
Link copied to clipboard
@API(status = API.Status.INTERNAL )
Content copied to clipboard
open override fun exhaustive(p0: Long): Optional<ExhaustiveGenerator<IntRange>>
Content copied to clipboard
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.2.0" )
Content copied to clipboard
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.1.2" )
Content copied to clipboard
Link copied to clipboard
open override fun generatorWithEmbeddedEdgeCases(p0: Int): RandomGenerator<IntRange>
Content copied to clipboard
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.3.1" )
Content copied to clipboard
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.3.0" )
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set upper size boundary maxSize
(included).
Link copied to clipboard
Set lower size boundary minSize
(included).
Link copied to clipboard
Fix the size (the difference between first and last value of a range).
Set min and max size (the difference between first and last value of a range).
Link copied to clipboard
@API(status = API.Status.MAINTAINED, since = "1.3.0" )
Content copied to clipboard
Link copied to clipboard
@API(status = API.Status.EXPERIMENTAL, since = "1.4.0" )
Content copied to clipboard
Link copied to clipboard
open override fun withSizeDistribution(distribution: RandomDistribution): SizableArbitrary<IntRange>
Content copied to clipboard