Method GenerateRandomSeed
GenerateRandomSeed(uint)
Generates a random seed by hashing the current scenario iteration with a given base random seed
Declaration
public uint GenerateRandomSeed(uint baseSeed = 539662031)
Parameters
Type | Name | Description |
---|---|---|
uint | baseSeed | Used to offset the seed generator |
Returns
Type | Description |
---|---|
uint | The generated random seed |