Type Alias HasSeed

HasSeed: {
    seed: string;
}

This object contains a random number generator. If you want an exact copy of this object, you will want to start from the same seed.