|
1 year ago | |
---|---|---|
gradle/wrapper | 1 year ago | |
src | 1 year ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
Coding.md | 1 year ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago | |
build.gradle | 1 year ago | |
detekt-config.yml | 2 years ago | |
gradlew | 3 years ago | |
gradlew.bat | 3 years ago | |
projectDependencies.gradle | 1 year ago | |
projectSpecific.gradle | 1 year ago | |
settings.gradle | 1 year ago | |
version.gradle | 1 year ago |
A kotlin library providing easy and flexible handling of random numbers with a kotlin specific API.
This software is in pre-release state. Every aspect of it may change without announcement or notification or downward compatibility. As soon as version 1.0 is reached, all subsequent changes for sub versions will be downward compatible. Breaking changes will then only occur with a new major version with according deprecation marking.
To include this library in a gradle build, add
repositories {
...
maven { url "https://pages.codeberg.org/straightway/repo" }
}
Then you can simply configure in your dependencies:
dependencies {
compile "straightway:random:<version>"
}