mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 07:36:06 +09:00
worldinfo writer
This commit is contained in:
@@ -10,8 +10,8 @@ import java.util.Random
|
||||
*/
|
||||
class HQRNG @JvmOverloads constructor(seed: Long = System.nanoTime()) : Random() {
|
||||
|
||||
private var s0: Long
|
||||
private var s1: Long
|
||||
var s0: Long; private set
|
||||
var s1: Long; private set
|
||||
|
||||
constructor(s0: Long, s1: Long) : this() {
|
||||
this.s0 = s0
|
||||
|
||||
Reference in New Issue
Block a user