Abstract Value Members
-
abstract
def
nextBoolean: UIO[Boolean]
-
abstract
def
nextBytes(length: Int): UIO[Chunk[Byte]]
-
abstract
def
nextDouble: UIO[Double]
-
abstract
def
nextDoubleBetween(minInclusive: Double, maxExclusive: Double): UIO[Double]
-
abstract
def
nextFloat: UIO[Float]
-
abstract
def
nextFloatBetween(minInclusive: Float, maxExclusive: Float): UIO[Float]
-
abstract
def
nextGaussian: UIO[Double]
-
abstract
def
nextInt: UIO[Int]
-
abstract
def
nextIntBetween(minInclusive: Int, maxExclusive: Int): UIO[Int]
-
abstract
def
nextIntBounded(n: Int): UIO[Int]
-
abstract
def
nextLong: UIO[Long]
-
abstract
def
nextLongBetween(minInclusive: Long, maxExclusive: Long): UIO[Long]
-
abstract
def
nextLongBounded(n: Long): UIO[Long]
-
abstract
def
nextPrintableChar: UIO[Char]
-
abstract
def
nextString(length: Int): UIO[String]
-
abstract
def
setSeed(seed: Long): UIO[Unit]
-
abstract
def
shuffle[A](list: List[A]): UIO[List[A]]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit