Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopherdavenport/random
Pure Randomness in Scala
https://github.com/christopherdavenport/random
Last synced: 23 days ago
JSON representation
Pure Randomness in Scala
- Host: GitHub
- URL: https://github.com/christopherdavenport/random
- Owner: ChristopherDavenport
- License: mit
- Created: 2019-09-26T02:13:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T21:45:58.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T18:14:20.557Z (about 1 month ago)
- Language: Scala
- Homepage: https://christopherdavenport.github.io/random
- Size: 347 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# random - Pure Randomness in Scala [![Build Status](https://travis-ci.com/ChristopherDavenport/random.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/random) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/random_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/random_2.12) ![Code of Consuct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)
## [Head on over to the microsite](https://ChristopherDavenport.github.io/random)
## Quick Start
To use random in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "random" % ""
)
```