Create a seeded RNG for a specific entry point by combining the global seed with a deterministic hash of the entry key.
global random seed
string key identifying an entry point
a seeded PRNG instance
Create a seeded RNG for a specific entry point by combining the global seed with a deterministic hash of the entry key.