Packages

final case class RandomScala(random: scala.util.Random) extends Service with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomScala
  2. Product
  3. Equals
  4. Service
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RandomScala(random: scala.util.Random)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val nextBoolean: UIO[Boolean]
    Definition Classes
    RandomScalaService
  12. def nextBytes(length: Int): UIO[Chunk[Byte]]
    Definition Classes
    RandomScalaService
  13. val nextDouble: UIO[Double]
    Definition Classes
    RandomScalaService
  14. def nextDoubleBetween(minInclusive: Double, maxExclusive: Double): UIO[Double]
    Definition Classes
    RandomScalaService
  15. val nextFloat: UIO[Float]
    Definition Classes
    RandomScalaService
  16. def nextFloatBetween(minInclusive: Float, maxExclusive: Float): UIO[Float]
    Definition Classes
    RandomScalaService
  17. val nextGaussian: UIO[Double]
    Definition Classes
    RandomScalaService
  18. val nextInt: UIO[Int]
    Definition Classes
    RandomScalaService
  19. def nextIntBetween(minInclusive: Int, maxExclusive: Int): UIO[Int]
    Definition Classes
    RandomScalaService
  20. def nextIntBounded(n: Int): UIO[Int]
    Definition Classes
    RandomScalaService
  21. val nextLong: UIO[Long]
    Definition Classes
    RandomScalaService
  22. def nextLongBetween(minInclusive: Long, maxExclusive: Long): UIO[Long]
    Definition Classes
    RandomScalaService
  23. def nextLongBounded(n: Long): UIO[Long]
    Definition Classes
    RandomScalaService
  24. val nextPrintableChar: UIO[Char]
    Definition Classes
    RandomScalaService
  25. def nextString(length: Int): UIO[String]
    Definition Classes
    RandomScalaService
  26. def nextUUID: UIO[UUID]
    Definition Classes
    Service
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val random: scala.util.Random
  31. def setSeed(seed: Long): UIO[Unit]
    Definition Classes
    RandomScalaService
  32. def shuffle[A, Collection[+Element] <: Iterable[Element]](collection: Collection[A])(implicit bf: zio.BuildFrom[Collection[A], A, Collection[A]]): UIO[Collection[A]]
    Definition Classes
    RandomScalaService
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Product

Inherited from Equals

Inherited from Service

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped