rrmxmx-kt
Toggle table of contents
2.0.8
common
Platform filter
common
Switch theme
Search in API
rrmxmx-kt
rrmxmx-kt
/
org.danilopianini.rrmxmx
/
RrmxmxRandomSequence
Rrmxmx
Random
Sequence
class
RrmxmxRandomSequence
(
seed
:
ULong
)
:
Sequence
<
ULong
>
Generates a random sequence of ULong from a specified seed using rrmxmx.
Parameters
seed
the seed to use
Members
Constructors
Rrmxmx
Random
Sequence
Link copied to clipboard
constructor
(
seed
:
ULong
)
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
ULong
>