Closed
Description
Line 670 in 272eaf9
Shouldn't this be s1
as in
uint64_t t = s1 << 17;
?
Note: s1
, not s0
See Fig. 5 ("C code for a xoshiro256+/xoshiro256++/xoshiro256** generator") on page 6 in the Blackman / Vigna paper : https://arxiv.org/pdf/1805.01407.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment