refactor, implement LCG
LCG ... Linear Congruential Generator
This commit is contained in:
@@ -25,6 +25,10 @@ kotlin {
|
||||
implementation(libs.bytearray)
|
||||
}
|
||||
}
|
||||
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalUnsignedTypes")
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
Reference in New Issue
Block a user