1.3.0 release #4

Merged
Infendro merged 7 commits from develop into main 2026-02-19 11:56:22 +00:00
Showing only changes of commit 517b58a3df - Show all commits

View File

@@ -1,11 +1,11 @@
# prng-kt
`prng-kt` is a Kotlin Multiplatform library that provides common pseudorandom number generators.
`prng-kt` is a Kotlin Multiplatform library that provides common [Pseudorandom Number Generators](https://en.wikipedia.org/wiki/Pseudorandom_number_generator).
Supported PRNGs:
Supported [PRNG](https://en.wikipedia.org/wiki/Pseudorandom_number_generator) algorithms:
- LCG
Supported CSPRNGs:
Supported [CSPRNG](https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator) algorithms:
- HMAC DRBG
## Targets