refactor, implement LCG

LCG ... Linear Congruential Generator
This commit is contained in:
2025-11-10 18:52:19 +01:00
parent 7db8972e27
commit feecfa49b9
7 changed files with 109 additions and 69 deletions

View File

@@ -1,8 +1,8 @@
[versions]
kotlin = "2.1.20"
hash = "1.2.2"
mac = "1.1.2"
bytearray = "1.1.1"
hash = "1.3.2"
mac = "1.2.0"
bytearray = "1.2.2"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }