update README
small rewording, link wikipedia article
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user