Closed techraed closed 1 year ago
From docs:
The algorithm is deterministic but should not be considered reproducible due to dependence on platform and possible replacement in future library versions. For a reproducible generator, use a named PRNG from an external crate, e.g. rand_xoshiro or rand_chacha.
Found out that running the loader on different machines (different OS) gives different code seeds.
Problem
Run on Linux