fix test
This commit is contained in:
parent
f60701c9e3
commit
6d7a4c03d5
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user