Package com.irurueta.statistics
Class RandomizerTest
java.lang.Object
com.irurueta.statistics.RandomizerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final int
private static final int
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
NUM_SAMPLES
private static final int NUM_SAMPLES- See Also:
-
RELATIVE_ERROR
private static final double RELATIVE_ERROR- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LENGTH
private static final int LENGTH- See Also:
-
-
Constructor Details
-
RandomizerTest
RandomizerTest()
-
-
Method Details
-
testCreate
@Test void testCreate() -
testGetSetInternalRandomizer
@Test void testGetSetInternalRandomizer() -
testSetSeed
@Test void testSetSeed() -
testNextBoolean
@Test void testNextBoolean() -
testFillWithBooleans
@Test void testFillWithBooleans() -
testNextBooleans
@Test void testNextBooleans() -
testNextInt
@Test void testNextInt() -
testFillWithIntegers
@Test void testFillWithIntegers() -
testNextInts
@Test void testNextInts() -
testNextLong
@Test void testNextLong() -
testFillWithLongs
@Test void testFillWithLongs() -
testNextLongs
@Test void testNextLongs() -
testNextFloat
@Test void testNextFloat() -
testFillWithFloats
@Test void testFillWithFloats() -
testNextFloats
@Test void testNextFloats() -
testNextDouble
@Test void testNextDouble() -
testFillWithDoubles
@Test void testFillWithDoubles() -
testNextDoubles
@Test void testNextDoubles()
-