mirror of
https://github.com/apache/commons-math.git
synced 2025-02-16 06:56:36 +00:00
Use a fixed seed to avoid random test failure.
This commit is contained in:
parent
fdee2718dc
commit
ad12d97cbb
@ -181,7 +181,7 @@ public class CorrelatedRandomVectorGeneratorTest {
|
||||
new double[cov.length],
|
||||
matrix,
|
||||
small,
|
||||
new GaussianRandomGenerator(new JDKRandomGenerator()));
|
||||
new GaussianRandomGenerator(new Well1024a(0x366a26b94e520f41l)));
|
||||
}
|
||||
|
||||
private void testSampler(final double[][] covMatrix, int samples, double epsilon) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user