diff options
| author | Tyge Løvset <[email protected]> | 2021-01-04 13:23:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-04 13:23:46 +0100 |
| commit | 4e868ee558f60de761ba7efba9e566fde49285ca (patch) | |
| tree | 7cba2965f614ef0200b8c825a59fa6ba96be43e9 | |
| parent | 3f01647de1da9bbf4eebd9801191bc5e56f563ac (diff) | |
| download | STC-modified-4e868ee558f60de761ba7efba9e566fde49285ca.tar.gz STC-modified-4e868ee558f60de761ba7efba9e566fde49285ca.zip | |
Update crand_api.md
| -rw-r--r-- | docs/crand_api.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/crand_api.md b/docs/crand_api.md index 3f9be2db..6b14939d 100644 --- a/docs/crand_api.md +++ b/docs/crand_api.md @@ -18,6 +18,9 @@ is generated when the Weyl-increment is incremented by 2 every 2^64 output. **stc64** passes *PractRand*, tested up to 8TB output, Vigna's Hamming weight test, and simple correlation tests, i.e. *n* interleaved streams with only one-bit differences in initial state. +See the PRNG shootout by Vigna: http://prng.di.unimi.it and the debate between the authors of +xoshiro and pcg (Vigna/O'Neill) PRNGs: https://www.pcg-random.org/posts/on-vignas-pcg-critique.html + ## Types | Name | Type definition | Used to represent... | |
