Method Random.Deterministic()->create()
- Method create
Random.Deterministic Random.Deterministic(
string(8bit)
|int
seed
)- 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.