Packages

ScalaTest is brought to you by:

object Seed extends Serializable

Companion object for Seed class.

Source
Seed.scala
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Seed
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def configured: Option[Seed]
  2. def default: Seed

    Creates a new Seed using default approach, which is initialized based on the current time.

    Creates a new Seed using default approach, which is initialized based on the current time.

    This should not be considered a strong source of seed for randomness -- in cases where high entropy really matters, it's a bit mediocre -- but for general purposes it's typically good enough.