From eca0402e0a5689a9e5192aee2cf6c43b2cd97312 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 4 Jan 2021 12:52:29 +0100 Subject: Added random pict. --- docs/crand_api.md | 1 + docs/pics/random.jpg | Bin 0 -> 41535 bytes 2 files changed, 1 insertion(+) create mode 100644 docs/pics/random.jpg (limited to 'docs') diff --git a/docs/crand_api.md b/docs/crand_api.md index 979c263f..03ed2f67 100644 --- a/docs/crand_api.md +++ b/docs/crand_api.md @@ -1,4 +1,5 @@ # STC Module [crand](../stc/crand.h): Pseudo Random Number Generators +![Random](pics/random.jpg) This describes the API of module **crand**. It contains **stc64**, a *64-bit PRNG*, and can generate bounded uniform and normal distributed random numbers. See [random](https://en.cppreference.com/w/cpp/header/random) diff --git a/docs/pics/random.jpg b/docs/pics/random.jpg new file mode 100644 index 00000000..f40457fd Binary files /dev/null and b/docs/pics/random.jpg differ -- cgit v1.2.3