trait Entropy1[F[_]] extends DivergenceHelper
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Entropy1
- DivergenceHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Divergence = Nondivergent
- Definition Classes
- DivergenceHelper
Abstract Value Members
- abstract def nextBoolean(): F[Boolean]
- abstract def nextBytes(length: Int): F[Array[Byte]]
- abstract def nextDouble(): F[Double]
- returns
0.0d to 1.0d
- abstract def nextFloat(): F[Float]
- returns
0.0f to 1.0f
- abstract def nextGaussian(): F[Double]
- abstract def nextInt(max: Int): F[Int]
- returns
0 to
max
- abstract def nextInt(): F[Int]
- abstract def nextLong(max: Long): F[Long]
- returns
0L to
max
- abstract def nextLong(): F[Long]
- abstract def nextPrintableChar(): F[Char]
- abstract def nextString(length: Int): F[String]
- abstract def nextTimeUUID(): F[UUID]
- abstract def nextUUID(): F[UUID]
- abstract def setSeed(seed: Long): F[Unit]
- abstract def shuffle[T, CC[X] <: IterableOnce[X]](xs: CC[T])(implicit bf: CanBuildFrom[CC[T], T, CC[T]]): F[CC[T]]
- Annotations
- @nowarn()
- abstract def withSeed(seed: Long): Entropy1[F]
- abstract def writeRandomBytes(bytes: Array[Byte]): F[Unit]
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(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- 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(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()
- final def widen[G[x] >: F[x]]: Entropy1[G]
- Annotations
- @inline()