Prepared
Toggle table of contents
2.1.1
common
Platform filter
common
Switch theme
Search in API
Prepared
Suite
/
opensavvy.prepared.suite.random
/
nextInt
next
Int
suspend
fun
Random
.
nextInt
(
)
:
Int
(
source
)
suspend
fun
Random
.
nextInt
(
from
:
Int
,
until
:
Int
)
:
Int
(
source
)
Generates a random integer.
See also
Random.
nextInt
Standard library.
random
Int
Prepared value equivalent.