fix test
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user