Packages

o

zio.Random

RandomLive

object RandomLive extends Random

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomLive
  2. Random
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait UnsafeAPI extends AnyRef
    Definition Classes
    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( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def nextBoolean(implicit trace: Trace): UIO[Boolean]
    Definition Classes
    RandomLiveRandom
  14. def nextBytes(length: ⇒ Int)(implicit trace: Trace): UIO[Chunk[Byte]]
    Definition Classes
    RandomLiveRandom
  15. def nextDouble(implicit trace: Trace): UIO[Double]
    Definition Classes
    RandomLiveRandom
  16. def nextDoubleBetween(minInclusive: ⇒ Double, maxExclusive: ⇒ Double)(implicit trace: Trace): UIO[Double]
    Definition Classes
    RandomLiveRandom
  17. def nextFloat(implicit trace: Trace): UIO[Float]
    Definition Classes
    RandomLiveRandom
  18. def nextFloatBetween(minInclusive: ⇒ Float, maxExclusive: ⇒ Float)(implicit trace: Trace): UIO[Float]
    Definition Classes
    RandomLiveRandom
  19. def nextGaussian(implicit trace: Trace): UIO[Double]
    Definition Classes
    RandomLiveRandom
  20. def nextInt(implicit trace: Trace): UIO[Int]
    Definition Classes
    RandomLiveRandom
  21. def nextIntBetween(minInclusive: ⇒ Int, maxExclusive: ⇒ Int)(implicit trace: Trace): UIO[Int]
    Definition Classes
    RandomLiveRandom
  22. def nextIntBounded(n: ⇒ Int)(implicit trace: Trace): UIO[Int]
    Definition Classes
    RandomLiveRandom
  23. def nextLong(implicit trace: Trace): UIO[Long]
    Definition Classes
    RandomLiveRandom
  24. def nextLongBetween(minInclusive: ⇒ Long, maxExclusive: ⇒ Long)(implicit trace: Trace): UIO[Long]
    Definition Classes
    RandomLiveRandom
  25. def nextLongBounded(n: ⇒ Long)(implicit trace: Trace): UIO[Long]
    Definition Classes
    RandomLiveRandom
  26. def nextPrintableChar(implicit trace: Trace): UIO[Char]
    Definition Classes
    RandomLiveRandom
  27. def nextString(length: ⇒ Int)(implicit trace: Trace): UIO[String]
    Definition Classes
    RandomLiveRandom
  28. def nextUUID(implicit trace: Trace): UIO[UUID]
    Definition Classes
    RandomLiveRandom
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def setSeed(seed: ⇒ Long)(implicit trace: Trace): UIO[Unit]
    Definition Classes
    RandomLiveRandom
  32. def shuffle[A, Collection[+Element] <: Iterable[Element]](collection: ⇒ Collection[A])(implicit bf: zio.BuildFrom[Collection[A], A, Collection[A]], trace: Trace): UIO[Collection[A]]
    Definition Classes
    RandomLiveRandom
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val unsafe: UnsafeAPI
    Definition Classes
    RandomLiveRandom
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Random

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped