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