ULong Range
class ULongRange(start: ULong, endInclusive: ULong) : ULongProgression, ClosedRange<ULong>
Content copied to clipboard
A range of values of type ULong
.
Since Kotlin
1.5
Constructors
ULongRange
Link copied to clipboard
Types
Functions
Properties
Extensions
random
Link copied to clipboard
Returns a random element from this range.
Returns a random element from this range using the specified source of randomness.
random Or Null
Link copied to clipboard
Returns a random element from this range, or null
if this range is empty.
Returns a random element from this range using the specified source of randomness, or null
if this range is empty.