Seed

org.scalatest.prop.Seed
See theSeed companion class
object Seed

Companion object for Seed class.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Seed.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def configured: Option[Seed]
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.

Attributes