1
0
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:
Oleg Hahm 2017-03-02 18:14:07 +01:00
parent e420c7ad9e
commit e2914bd351

View File

@ -32,6 +32,9 @@
extern "C" {
#endif
/**
* @brief Enables support for floating point random number generation
*/
#ifndef PRNG_FLOAT
# define PRNG_FLOAT (0)
#endif