This commit is contained in:
Nikola Petrov 2025-01-02 19:23:06 +01:00
parent f60701c9e3
commit 6d7a4c03d5

View File

@ -63,7 +63,7 @@ typedef uint32_t (*func_t)();
static uint32_t Rand7Naive()
{
return getValue(0, N);
return getValue(0, N - 1);
}
static uint32_t Rand7Float()