Seed changes are not supported

This commit is contained in:
Frank 2022-07-03 22:25:55 +02:00
parent bb928d5feb
commit faa347c5bb

View file

@ -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