Update Home

2025-12-14 13:51:57 +00:00
parent 61409f4e92
commit 4436d88bc7

@@ -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