Update LinearCongruentialGeneratorTest.php
This commit is contained in:
parent
58be6127fb
commit
2099af5f3a
|
@ -4,7 +4,6 @@ use PHPUnit\Framework\TestCase;
|
|||
class LinearCongruentialGeneratorTest extends TestCase {
|
||||
|
||||
public function testAvoidCollisions() {
|
||||
return;
|
||||
$TEST_TIMES = 10;
|
||||
$GENERATE_TIMES = 500000;
|
||||
$min = 100000;
|
||||
|
|
Loading…
Reference in New Issue