Pseudo-random numbers/Splitmix64: Difference between revisions

Content added Content deleted
m (→‎jq: 13 minutes u+s)
Line 741: Line 741:
which supports infinite-precision integer arithmetic.
which supports infinite-precision integer arithmetic.
Unfortunately, though, gojq does not support efficient bitwise operations, and using
Unfortunately, though, gojq does not support efficient bitwise operations, and using
the following to generate 100,000 random numbers takes about 17 minutes on a 3GHz machine.
the following to generate 100,000 random numbers takes about 13 minutes on a 3GHz machine.


The main significance of this entry is thus to increase confidence in the correctness of the
The main significance of this entry is thus to increase confidence in the correctness of the