Files
prng.kt/gradle/libs.versions.toml
Infendro feecfa49b9 refactor, implement LCG
LCG ... Linear Congruential Generator
2025-11-10 18:52:19 +01:00

14 lines
386 B
TOML

[versions]
kotlin = "2.1.20"
hash = "1.3.2"
mac = "1.2.0"
bytearray = "1.2.2"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
hash = { module = "com.infendro:hash", version.ref = "hash" }
mac = { module = "com.infendro:mac", version.ref = "mac" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }