Seed

object Seed

Companion object for Seed class.

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Seed.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

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