breakhack/bh_random
Linus Probert 685bf97467 Makes the custom random generator deterministic across platforms
TIL that the generators are implemented according to spec but the
distributions are custom. Since this is C I think we can manage without
distributions.

This still needs a test.
2019-02-22 00:27:19 +01:00
..
src Makes the custom random generator deterministic across platforms 2019-02-22 00:27:19 +01:00
CMakeLists.txt Attempt att syncing random generation 2019-02-21 20:57:38 +01:00