This commit is contained in:
Gilles 2015-12-20 17:13:18 +01:00
parent 2bfd81a2b1
commit a4a62ed7c1
1 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataGeneratorTes
}
@Test
public void testNexBoolean2() {
public void testNextBoolean2() {
int walk = 0;
final int N = 10000;
for (int k = 0; k < N; ++k) {
@ -341,7 +341,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataGeneratorTes
}
@Test
public void testNexBytes() {
public void testNextBytes() {
long[] count = new long[256];
byte[] bytes = new byte[10];
double[] expected = new double[256];