toggle menu
Variist
2.0.0
jvm
switch theme
search in API
Variist
/
com.tegonal.variist.config
/
RandomFactory
Random
Factory
interface
RandomFactory
(
source
)
Factory to create a
Random
.
Since
2.0.0
Inheritors
KotlinRandomFactory
Members
Functions
create
Link copied to clipboard
abstract
fun
create
(
seed
:
Int
)
:
Random
Creates a
Random
based on the given
seed
.