sys/include/random: generate documentation for random double generation
This commit is contained in:
parent
8f93e42e9c
commit
3e8dacde41
@ -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 */
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user