Suite • opensavvy.prepared.suite.random • nextDouble
nextDouble¶
suspend fun Random.nextDouble(): Double
Generates a random double.
See also¶
-
Random.nextDoubleStandard library.
-
randomDoublePrepared value equivalent.
suspend fun Random.nextDouble(from: Double, until: Double): Double
Generates a random double.
See also¶
-
Random.nextDoubleStandard library.
-
randomDoublePrepared value equivalent.