Can I be sure SplittableRandom will always be deterministic?
I need a good* Random Number Generator that works on many different systems (also different JVM versions) and with the same seed always produces the same output.
(*good = an even distribution for boolean decision)