Y
Hacker News
new
|
ask
|
show
|
jobs
by
jleahy
1479 days ago
A generator that itself is not recommended as it’s both very slow and fails many tests.
The xorshiro generators are much better.
1 comments
Vecr
1479 days ago
At this point you can probably use ChaCha8 (ChaCha20 but with 8 rounds instead of 20) seeded from the system's crng and be fine in most cases. Xorshiro is fine is most cases but is obviously not statistically perfect.
link