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