diff options
| author | Tyge Løvset <[email protected]> | 2020-12-02 16:26:28 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-12-02 16:26:28 +0100 |
| commit | 692bb134f65330fda88335ae027636706edf811b (patch) | |
| tree | bac08489598e17122d2d48ffa3c423e10821e3e9 /docs/crandom_api.md | |
| parent | a70b6c4de4623b988abe1380224f7f9bd368050d (diff) | |
| download | STC-modified-692bb134f65330fda88335ae027636706edf811b.tar.gz STC-modified-692bb134f65330fda88335ae027636706edf811b.zip | |
Added cpqueue, cqueue, and cstack docs. Removed examples from README.md
Diffstat (limited to 'docs/crandom_api.md')
| -rw-r--r-- | docs/crandom_api.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/crandom_api.md b/docs/crandom_api.md index ca798d07..f066197e 100644 --- a/docs/crandom_api.md +++ b/docs/crandom_api.md @@ -1,6 +1,7 @@ # Random number generators -This describes the API of module **crandom**. +This describes the API of module **crandom**. Contains *pcg32* and a extremely fast *64-bit PRNG* inspired by *sfc64*. +The RNG's can generate uniform and normal distributions. ## Types |
