changed RNG_REAL to RNG_TRUE

This commit is contained in:
Andreas Steffen
2009-04-29 09:13:20 +00:00
parent de92b9e70c
commit f67eebccc8
9 changed files with 12 additions and 12 deletions
@@ -212,7 +212,7 @@ bool test_rng()
{
return FALSE;
}
if (!test_rng_quality(RNG_REAL))
if (!test_rng_quality(RNG_TRUE))
{
return FALSE;
}