Update Home
8
Home.md
8
Home.md
@@ -1,11 +1,11 @@
|
|||||||
# prng-kt
|
# 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
|
- LCG
|
||||||
|
|
||||||
Supported CSPRNGs:
|
Supported [CSPRNG](https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator) algorithms:
|
||||||
- HMAC DRBG
|
- HMAC DRBG
|
||||||
|
|
||||||
## Targets
|
## Targets
|
||||||
@@ -29,4 +29,4 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:prng:1.2.0")
|
implementation("com.infendro:prng:1.2.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user