sys/include/random: generate documentation for random double generation

This commit is contained in:
Rémy Grünblatt 2021-03-24 14:34:19 +01:00
parent 8f93e42e9c
commit 3e8dacde41

View File

@ -97,7 +97,7 @@ void random_bytes(uint8_t *buf, size_t size);
*/
uint32_t random_uint32_range(uint32_t a, uint32_t b);
#if PRNG_FLOAT
#if PRNG_FLOAT || defined(DOXYGEN)
/* These real versions are due to Isaku Wada, 2002/01/09 added */
/**