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:
Phil Steitz 2012-12-26 18:19:30 +00:00
parent e008e6a4a9
commit c7cfb66633
1 changed files with 1 additions and 1 deletions

View File

@ -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() {