Changed ValueServer tests to use fixed random seed.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1425978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e008e6a4a9
commit
c7cfb66633
|
@ -37,7 +37,7 @@ import org.junit.runner.RunWith;
|
|||
@RunWith(RetryRunner.class)
|
||||
public final class ValueServerTest {
|
||||
|
||||
private ValueServer vs = new ValueServer();
|
||||
private ValueServer vs = new ValueServer(new Well19937c(100));
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
|
|
Loading…
Reference in New Issue