update README

small rewording, link wikipedia article
This commit is contained in:
2025-12-14 14:41:30 +01:00
parent a5c54ed16c
commit 517b58a3df

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