mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
doc: random: document float PRNG macro
This commit is contained in:
parent
e420c7ad9e
commit
e2914bd351
@ -32,6 +32,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Enables support for floating point random number generation
|
||||
*/
|
||||
#ifndef PRNG_FLOAT
|
||||
# define PRNG_FLOAT (0)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user