first working after refactor

This commit is contained in:
2024-11-03 18:49:14 -06:00
parent 3b1a207b3f
commit b3876742c9
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ public struct TimeParameters {
let hrStd: Double = 1.0
/// RNG seed value.
let seed: UInt64 = 10
let seed: UInt64 = 8
}
public struct RRParameters {