Seed changes are not supported
This commit is contained in:
parent
bb928d5feb
commit
faa347c5bb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import java.util.concurrent.ThreadLocalRandom;
|
||||||
public class MHelper {
|
public class MHelper {
|
||||||
static class ThreadLocalRandomSource implements RandomSource {
|
static class ThreadLocalRandomSource implements RandomSource {
|
||||||
ThreadLocalRandomSource(long seed) {
|
ThreadLocalRandomSource(long seed) {
|
||||||
this.setSeed(seed);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue