ichi

maths

package maths

Visibility
  1. Public
  2. All

Type Members

  1. trait Rng extends AnyRef

    Rng is the common supertrait of pseudorandom number generators.

  2. trait RngIntState extends Rng

    A trait for random number generators storing an Int's worth of state.

  3. trait RngLong2State extends Rng

    A trait for random number generators storing two Longs' worth of state.

  4. trait RngLong3State extends Rng

    A trait for random number generators storing three Longs' worth of state.

  5. trait RngLongState extends Rng

    A trait for random number generators storing a Long's worth of state.

Value Members

  1. object Rng

    Utility methods and random number implementations.

Ungrouped