Multi Run Threads

This commit is contained in:
2025-01-19 23:57:15 +01:00
parent d7b968d0a2
commit 89e89108a9
6 changed files with 372 additions and 161 deletions

View File

@@ -33,7 +33,7 @@ package net.berack.upo.valpre.rand;
* Language : Java
* Latest Revision : 6-10-04
*/
class Rngs {
public class Rngs {
private final static int STREAMS = 256; /* # of streams, DON'T CHANGE THIS VALUE */
private final static long A256 = 22925; /* jump multiplier, DON'T CHANGE THIS VALUE */