trait Service[R] extends random.Random.Service[R]
- Alphabetic
- By Inheritance
- Service
- Service
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def clearBooleans: UIO[Unit]
- abstract def clearBytes: UIO[Unit]
- abstract def clearChars: UIO[Unit]
- abstract def clearDoubles: UIO[Unit]
- abstract def clearFloats: UIO[Unit]
- abstract def clearInts: UIO[Unit]
- abstract def clearLongs: UIO[Unit]
- abstract def clearStrings: UIO[Unit]
- abstract def feedBooleans(booleans: Boolean*): UIO[Unit]
- abstract def feedBytes(bytes: Chunk[Byte]*): UIO[Unit]
- abstract def feedChars(chars: Char*): UIO[Unit]
- abstract def feedDoubles(doubles: Double*): UIO[Unit]
- abstract def feedFloats(floats: Float*): UIO[Unit]
- abstract def feedInts(ints: Int*): UIO[Unit]
- abstract def feedLongs(longs: Long*): UIO[Unit]
- abstract def feedStrings(strings: String*): UIO[Unit]
-
abstract
val
nextBoolean: ZIO[R, Nothing, Boolean]
- Definition Classes
- Service
-
abstract
def
nextBytes(length: Int): ZIO[R, Nothing, Chunk[Byte]]
- Definition Classes
- Service
-
abstract
val
nextDouble: ZIO[R, Nothing, Double]
- Definition Classes
- Service
-
abstract
val
nextFloat: ZIO[R, Nothing, Float]
- Definition Classes
- Service
-
abstract
val
nextGaussian: ZIO[R, Nothing, Double]
- Definition Classes
- Service
-
abstract
def
nextInt(n: Int): ZIO[R, Nothing, Int]
- Definition Classes
- Service
-
abstract
val
nextInt: ZIO[R, Nothing, Int]
- Definition Classes
- Service
-
abstract
def
nextLong(n: Long): ZIO[R, Nothing, Long]
- Definition Classes
- Service
-
abstract
val
nextLong: ZIO[R, Nothing, Long]
- Definition Classes
- Service
-
abstract
val
nextPrintableChar: ZIO[R, Nothing, Char]
- Definition Classes
- Service
-
abstract
def
nextString(length: Int): ZIO[R, Nothing, String]
- Definition Classes
- Service
- abstract def setSeed(seed: Long): UIO[Unit]
-
abstract
def
shuffle[A](list: List[A]): ZIO[R, Nothing, List[A]]
- Definition Classes
- Service
Concrete 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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()