toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
randomIntList
random
Int
List
fun
randomIntList
(
size
:
Int
,
generator
:
Random
=
Random()
)
:
List
<
Int
>
fun
randomIntList
(
size
:
Int
,
bound
:
Int
,
generator
:
Random
=
Random()
)
:
List
<
Int
>