Add Home
32
Home.md
Normal file
32
Home.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# prng-kt
|
||||||
|
|
||||||
|
`prng-kt` is a Kotlin Multiplatform library that provides common pseudorandom number generators.
|
||||||
|
|
||||||
|
Supported hash functions:
|
||||||
|
- PRNG
|
||||||
|
- LCG
|
||||||
|
- CSPRNG
|
||||||
|
- HMAC DRBG
|
||||||
|
|
||||||
|
## Targets
|
||||||
|
|
||||||
|
| Target | Status |
|
||||||
|
|------------------|---------------|
|
||||||
|
| JVM | Supported |
|
||||||
|
| JavaScript | Supported |
|
||||||
|
| Native (Linux) | Supported |
|
||||||
|
| Native (Windows) | Not Supported |
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Add the following to your `build.gradle.kts`.
|
||||||
|
|
||||||
|
```kotlin
|
||||||
|
repositories {
|
||||||
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation("com.infendro:prng:1.2.0")
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user