Seed
Represents a seed value for generating randomization in various contexts.
Seed values are typically used to control the starting point of a random sequence, ensuring reproducibility and consistency across different runs. This sealed class provides a safe and structured way to handle different types of seeds.
Throws
if the initial value is negative.