Method Random.Deterministic()->create()
- Method create
Random.Deterministic Random.Deterministic(string(8bit)|intseed)- Description
Initialize the random generator with seed. The internal state is 256 bits, but all seed sizes are allowed.
Random.Deterministic Random.Deterministic(string(8bit)|int seed)
Initialize the random generator with seed. The internal state is 256 bits, but all seed sizes are allowed.