Tab police
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af2c669301
commit
314dee1ee3
|
@ -299,7 +299,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
|
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
|
||||||
"test will fail randomly about 1 in 100 times.",
|
"test will fail randomly about 1 in 100 times.",
|
||||||
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
|
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -315,7 +315,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
|
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
|
||||||
"test will fail randomly about 1 in 100 times.",
|
"test will fail randomly about 1 in 100 times.",
|
||||||
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
|
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -331,7 +331,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
|
Assert.assertTrue("Walked too far astray: " + walk + "\nNote: This " +
|
||||||
"test will fail randomly about 1 in 100 times.",
|
"test will fail randomly about 1 in 100 times.",
|
||||||
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
|
FastMath.abs(walk) < FastMath.sqrt(N) * 2.576);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue