SeedExtractor

trait SeedExtractor[-V]

A typeclass representing how convert the given type of seed value into a long so that it can be mixed in with the underlying random number generator org.scalacheck.rng.Seed.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def seed(input: V): Long

Extract a consistent and non-conflicting hash code from the given input.

Extract a consistent and non-conflicting hash code from the given input.