diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/crandom_api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/crandom_api.md b/docs/crandom_api.md index b099eeaf..896f1c83 100644 --- a/docs/crandom_api.md +++ b/docs/crandom_api.md @@ -43,6 +43,7 @@ All crandom definitions and prototypes are available by including a single heade ```c void stc64_srandom(uint64_t seed); // seed global rng uint64_t stc64_random(void); // range [0, 2^64 - 1] +double stc64_randomf(void); // range [0.0, 1.0) stc64_t stc64_init(uint64_t seed); stc64_t stc64_with_seq(uint64_t seed, uint64_t seq); // init with stream |
