Package

grizzled

random

Permalink

package random

Visibility
  1. Public
  2. All

Type Members

  1. class RandomUtil extends RandomUtilFunctions

    Permalink

    Utility functions for working with random numbers.

    Utility functions for working with random numbers. It's more convenient to use the companion RandomUtil object, unless you need to specify your own scala.util.Random instance.

  2. trait RandomUtilFunctions extends AnyRef

    Permalink

    The trait that implements the actual random utility methods.

Value Members

  1. object RandomUtil extends RandomUtilFunctions

    Permalink

    Utility functions for working with random numbers.

    Utility functions for working with random numbers. These functions use the default scala.util.Random object. To specify your own Random instance, create an instance of the RandomUtil companion class.

Ungrouped