zio.Random
See theRandom companion object
trait Random extends Serializable
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
object RandomLive.typeclass RandomScala
- Self type
Members list
Value members
Abstract methods
def nextDoubleBetween(minInclusive: => Double, maxExclusive: => Double)(implicit trace: Trace): UIO[Double]
def nextFloatBetween(minInclusive: => Float, maxExclusive: => Float)(implicit trace: Trace): UIO[Float]
In this article