Update LinearCongruentialGeneratorTest.php

This commit is contained in:
Guillermo Giuliana 2019-12-17 10:15:19 -03:00 committed by GitHub
parent 58be6127fb
commit 2099af5f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ use PHPUnit\Framework\TestCase;
class LinearCongruentialGeneratorTest extends TestCase {
public function testAvoidCollisions() {
return;
$TEST_TIMES = 10;
$GENERATE_TIMES = 500000;
$min = 100000;