Packages

p

zio

random

package random

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. random
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Random = Has[Service]

Value Members

  1. val nextBoolean: ZIO[Random, Nothing, Boolean]
  2. def nextBytes(length: ⇒ Int): ZIO[Random, Nothing, Chunk[Byte]]
  3. val nextDouble: ZIO[Random, Nothing, Double]
  4. val nextFloat: ZIO[Random, Nothing, Float]
  5. val nextGaussian: ZIO[Random, Nothing, Double]
  6. def nextInt(n: ⇒ Int): ZIO[Random, Nothing, Int]
  7. val nextInt: ZIO[Random, Nothing, Int]
  8. def nextLong(n: ⇒ Long): ZIO[Random, Nothing, Long]
  9. val nextLong: ZIO[Random, Nothing, Long]
  10. val nextPrintableChar: ZIO[Random, Nothing, Char]
  11. def nextString(length: ⇒ Int): ZIO[Random, Nothing, String]
  12. def shuffle[A](list: ⇒ List[A]): ZIO[Random, Nothing, List[A]]
  13. object Random extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped