Skip to content
Snippets Groups Projects
Commit b9f4cfbc authored by Martine Lenders's avatar Martine Lenders
Browse files

random: fix doc of genrand_uint32_range()

parent 2b5a9049
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ void genrand_init_by_array(uint32_t init_key[], int key_length);
uint32_t genrand_uint32(void);
/**
* @brief generates a random number r with a < r <= b.
* @brief generates a random number r with a <= r < b.
*
* @param[in] a minimum for random number
* @param[in] b upper bound for random number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment