summaryrefslogtreecommitdiffhomepage
path: root/docs/crandom_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-02 16:26:28 +0100
committerTyge Løvset <[email protected]>2020-12-02 16:26:28 +0100
commit692bb134f65330fda88335ae027636706edf811b (patch)
treebac08489598e17122d2d48ffa3c423e10821e3e9 /docs/crandom_api.md
parenta70b6c4de4623b988abe1380224f7f9bd368050d (diff)
downloadSTC-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.md3
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