changed RNG_REAL to RNG_TRUE
This commit is contained in:
@@ -212,7 +212,7 @@ bool test_rng()
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
if (!test_rng_quality(RNG_REAL))
|
||||
if (!test_rng_quality(RNG_TRUE))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user