gint/src/std/tinymt32
Lephe 52d95e72ed
stdlib: force rand() to return a non-negative number
Negative numbers come with tricky modulus results and are excluded from
the return values of the standard rand().
2020-10-09 09:17:48 +02:00
..
LICENSE.txt libc: add random number generation with TinyMT 2020-05-31 17:03:14 +02:00
rand.c stdlib: force rand() to return a non-negative number 2020-10-09 09:17:48 +02:00
tinymt32.c libc: add random number generation with TinyMT 2020-05-31 17:03:14 +02:00
tinymt32.h libc: add random number generation with TinyMT 2020-05-31 17:03:14 +02:00