RandomLive
zio.Random.RandomLive
object RandomLive extends Random
Attributes
- Graph
-
- Supertypes
- Self type
-
RandomLive.type
Members list
Value members
Concrete 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