static createFrom()
Creates the `Range` instance from the given random numbers and the step
Last updated
Was this helpful?
Creates the `Range` instance from the given random numbers and the step
Last updated
Was this helpful?
Range.createFrom()
Creates the instance from the given random and the .
Step
extends
= 1
A generic type variable constrained by the , by default of the value equal to 1
, optionally captured from the supplied indicates the range step type of a new instance.
step:
Step
An of numbers to find a range and create a new instance.
Optional step of generic type variable to set with a new instance, by default 1
.
The return type is the object that takes generic type variable .
The return value is the instance created from the given required random and the optional .