KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
random
★ 8
Open GitHub ↗
Pure Randomness in Scala
Download README (.md)
Explore Similar Repositories
ci-cd-pipeline-template-for-data-projects
:
CI/CD pipeline template for data science projects using GitLab CI and Kubernetes
JobToGo
:
LinkedIn with Tinder's UI for fun, interactive and effortless job search on the go
generator-code-base-android
:
Code Base Generator for Android Project using Yeoman
TypeScript.ts
:
a DSL (domain specific language) for generating TypeScript projects
rocha-taxi-flutter
:
Algumas telas de um aplicativo de mobilidade urbana desenvolvido com flutter
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
random
?
Download (.md)
# random - Pure Randomness in Scala [](https://travis-ci.com/ChristopherDavenport/random) [](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/random_2.12)  ## [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" % "<version>" ) ```