I'm investigating the elusive Spark's indeterminacy exception, and I suspect that java.util.Random is not always deterministic.
I wonder if anyone knows if java.util.Random is deterministic assuming the seed and JVM version are identical.
Thank you.