From 5d7bac2f83774e24fd311780a1054dc901753f2e Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sat, 5 Dec 2020 15:36:10 +0100 Subject: Fixed text describing normal-dist. --- docs/crandom_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/crandom_api.md b/docs/crandom_api.md index df7569f8..e2db0d30 100644 --- a/docs/crandom_api.md +++ b/docs/crandom_api.md @@ -52,7 +52,7 @@ All cstr definitions and prototypes may be included in your C source file by inc ``` `1-2)` PRNG 64-bit engine initializers. `3)` Integer generator, range \[0, 2^64). `4)` Double RNG with range \[0, 1). `5-6)` Uniform integer RNG with range \[*low*, *high*]. `7-8)` Uniform double RNG with range \[*low*, *high*). -`9-10)` Normal-distributed double RNG with range [*mean*-*stddev*, *mean*+*stddev*]. +`9-10)` Normal-distributed double RNG were 99.7% of the values are within the range [*mean*-*stddev\*3*, *mean*+*stddev\*3*]. The method `crand_i64(crand_rng64_t* rng)` is an extremely fast PRNG suited for parallel usage, featuring a Weyl-sequence as part of the state. It is faster than *sfc64*, *wyhash64*, *pcg*, and the *xoroshiro* -- cgit v1.2.3