Package

basis

stat

Permalink

package stat

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. stat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait Arbitrary[+A] extends () ⇒ A

    Permalink

    An arbitrary value generator.

    An arbitrary value generator.

    Annotations
    @implicitNotFound( ... )
    Version

    0.1

    Since

    0.0

  2. class ArbitraryException extends RuntimeException

    Permalink

    Failure to generate an arbitrary value.

    Failure to generate an arbitrary value.

    Since

    0.0

  3. final class MersenneTwister32 extends Random with Arbitrary[Int]

    Permalink

    A 32-bit pseudorandom number generator.

    A 32-bit pseudorandom number generator. Implements Makoto Matsumoto and Takuji Nishimura's MT19937 algorithm.

    Version

    0.1

    Since

    0.0

    See also

    MT19937

  4. final class MersenneTwister64 extends Random with Arbitrary[Long]

    Permalink

    A 64-bit pseudorandom number generator.

    A 64-bit pseudorandom number generator. Implements Makoto Matsumoto and Takuji Nishimura's MT19937-64 algorithm.

    Version

    0.1

    Since

    0.0

    See also

    MT19937-64

  5. abstract class Random extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )

Value Members

  1. object Arbitrary

    Permalink

    Contains builtin Arbitrary value generators.

  2. implicit def Random: Random

    Permalink

    Returns a thread-local pseudorandom number generator.

Inherited from AnyRef

Inherited from Any

Ungrouped