copy

fun copy(seed: Long? = null): Seed

Creates a copy of the Seed object with an optional new value. If no value is provided, the current value is used.

Return

A new Seed object with the specified value.

Parameters

seed

The new value for the seed (optional).