- 03 Apr, 2019 2 commits
-
-
Hans-Peter Deifel authored
Otherwise states get one of 2^64 different values in the initial partition, meaning that they will be distinguished already.
-
Hans-Peter Deifel authored
This switches from floats to a sort of arbitrary precision base10 floating point implementation where we can easily generate uniform random numbers. The problem with floats is that they aren't distributed equally across the whole range and thus a random number in [0, 1) is not uniform.
-
- 28 Mar, 2019 1 commit
-
-
Hans-Peter Deifel authored
This was also renamed accordingly in CoPaR itself
-
- 25 Mar, 2019 3 commits
-
-
Hans-Peter Deifel authored
Hides ugly debug output from stderr but instead persists it in the generated file, in case someone wants to re-generate it (e.g. after fixing a bug in the generator).
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-