Seeds
Functions
getStartSeedString
▸ getStartSeedString(): string
Alias for the Seeds.GetStartSeedString
method.
Returns
string
Defined in
packages/isaacscript-common/src/functions/seeds.ts:5
nextSeed
▸ nextSeed(seed
): Seed
Helper function to get the next seed value.
This function is useful when you are working with seed values directly over RNG objects.
Parameters
Name | Type |
---|---|
seed | Seed |
Returns
Seed