|
|
|
|
|
by IX-103
615 days ago
|
|
It's only deterministic if you feed the seeds into the exact same pseudorandom number generator and fetch random values from it in the exact same order. If you take a single extra random value out of order, then everything ends up different. |
|