Closed phadej closed 4 years ago
I also tried using SplitMix on hugs. It's noticeably slower than random. Hugs is not so good with Word64
:) So on hugs using random
is good choice. 32bit variant might be faster, but it would still require #ifdefs
between Word64
and Word32
so probably not worth it.
ping
test-hugs
is run as part of CI, to configure thatcabal.haskell-ci
I addedcabal.haskell-ci
filemake-hugs
so ShellCheck is happy