Skip to content

eaglesakura/static-random

Repository files navigation

What is this repository?

Random value generator with Kotlin.

Example.

fun example() {
    Random.int8()       // signed 8bit
    Random.string(32)   // 32 chars.
}

How to Install

// build.gradle
dependencies {
    implementation 'io.github.eaglesakura.static-random:static-random:${replace version}'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages