mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
make MathGame faster
This commit is contained in:
@@ -20,7 +20,7 @@ public class MathGame {
|
||||
|
||||
public void run() throws InterruptedException {
|
||||
try {
|
||||
int number = random.nextInt();
|
||||
int number = random.nextInt()/10000;
|
||||
List<Integer> primeFactors = primeFactors(number);
|
||||
print(number, primeFactors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user