final case class RandomScala(random: scala.util.Random) extends Service with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RandomScala
- Product
- Equals
- Service
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RandomScala(random: scala.util.Random)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextBoolean: UIO[Boolean]
- Definition Classes
- RandomScala → Service
- def nextBytes(length: Int): UIO[Chunk[Byte]]
- Definition Classes
- RandomScala → Service
- val nextDouble: UIO[Double]
- Definition Classes
- RandomScala → Service
- def nextDoubleBetween(minInclusive: Double, maxExclusive: Double): UIO[Double]
- Definition Classes
- RandomScala → Service
- val nextFloat: UIO[Float]
- Definition Classes
- RandomScala → Service
- def nextFloatBetween(minInclusive: Float, maxExclusive: Float): UIO[Float]
- Definition Classes
- RandomScala → Service
- val nextGaussian: UIO[Double]
- Definition Classes
- RandomScala → Service
- val nextInt: UIO[Int]
- Definition Classes
- RandomScala → Service
- def nextIntBetween(minInclusive: Int, maxExclusive: Int): UIO[Int]
- Definition Classes
- RandomScala → Service
- def nextIntBounded(n: Int): UIO[Int]
- Definition Classes
- RandomScala → Service
- val nextLong: UIO[Long]
- Definition Classes
- RandomScala → Service
- def nextLongBetween(minInclusive: Long, maxExclusive: Long): UIO[Long]
- Definition Classes
- RandomScala → Service
- def nextLongBounded(n: Long): UIO[Long]
- Definition Classes
- RandomScala → Service
- val nextPrintableChar: UIO[Char]
- Definition Classes
- RandomScala → Service
- def nextString(length: Int): UIO[String]
- Definition Classes
- RandomScala → Service
- def nextUUID: UIO[UUID]
- Definition Classes
- Service
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val random: scala.util.Random
- def setSeed(seed: Long): UIO[Unit]
- Definition Classes
- RandomScala → Service
- def shuffle[A, Collection[+Element] <: Iterable[Element]](collection: Collection[A])(implicit bf: zio.BuildFrom[Collection[A], A, Collection[A]]): UIO[Collection[A]]
- Definition Classes
- RandomScala → Service
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()