Standard

izumi.functional.bio.Entropy1$.Standard$
object Standard extends ScalaEntropy

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
DivergenceHelper

Value members

Concrete methods

override def nextTimeUUID(): UUID

Attributes

See also:
Definition Classes
override def nextUUID(): UUID

Attributes

Definition Classes

Inherited methods

override def nextBoolean(): Boolean

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def nextBytes(length: Int): Array[Byte]

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def nextDouble(): Double

Attributes

Returns:

0.0d to 1.0d

Definition Classes
Inherited from:
ScalaEntropy
override def nextFloat(): Float

Attributes

Returns:

0.0f to 1.0f

Definition Classes
Inherited from:
ScalaEntropy
override def nextGaussian(): Double

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def nextInt(max: Int): Int

Attributes

Returns:

0 to max

Definition Classes
Inherited from:
ScalaEntropy
override def nextInt(): Int

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def nextLong(max: Long): Long

Attributes

Returns:

0L to max

Definition Classes
Inherited from:
ScalaEntropy
override def nextLong(): Long

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def nextPrintableChar(): Char

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def nextString(length: Int): String

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def setSeed(seed: Long): Unit

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def shuffle[T, CC <: (IterableOnce)](xs: CC[T])(implicit bf: BuildFrom[CC[T], T, CC[T]]): CC[T]

Attributes

Definition Classes
Inherited from:
ScalaEntropy
final def widen[G[x]]: Entropy1[G]

Attributes

Inherited from:
Entropy1
override def withSeed(seed: Long): Entropy1[Identity]

Attributes

Definition Classes
Inherited from:
ScalaEntropy
override def writeRandomBytes(bytes: Array[Byte]): Unit

Attributes

Definition Classes
Inherited from:
ScalaEntropy