We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0d68b commit 26498e6Copy full SHA for 26498e6
1 file changed
src/mt.c
@@ -15,7 +15,7 @@
15
#include "plfit_mt.h"
16
17
static uint16_t get_random_uint16() {
18
- return RNG_INTEGER(0, 0xffff);
+ return rand();
19
}
20
21
void plfit_mt_init(plfit_mt_rng_t* rng) {
0 commit comments