createSeed

fun createSeed(value: Long): Seed

Creates a new Seed object with the specified value, representing an explicit seed.

Return

The created Seed object.

Parameters

value

The long value to use for the seed. Must be non-negative.

See also

Throws

if the value is negative.