random


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

random_2.12
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

random
random
Project URL

Project URL

https://github.com/ChristopherDavenport/random
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/ChristopherDavenport/random

Download random_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.chrisdavenport/random_2.12/ -->
<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>random_2.12</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.chrisdavenport/random_2.12/
implementation 'io.chrisdavenport:random_2.12:0.0.2'
// https://jarcasting.com/artifacts/io.chrisdavenport/random_2.12/
implementation ("io.chrisdavenport:random_2.12:0.0.2")
'io.chrisdavenport:random_2.12:jar:0.0.2'
<dependency org="io.chrisdavenport" name="random_2.12" rev="0.0.2">
  <artifact name="random_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.chrisdavenport', module='random_2.12', version='0.0.2')
)
libraryDependencies += "io.chrisdavenport" % "random_2.12" % "0.0.2"
[io.chrisdavenport/random_2.12 "0.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
org.typelevel : cats-core_2.12 jar 2.0.0
org.typelevel : cats-effect_2.12 jar 2.0.0

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.12 jar 4.7.1
org.specs2 : specs2-scalacheck_2.12 jar 4.7.1

Project Modules

There are no modules declared in this project.

random - Pure Randomness in Scala Build Status Maven Central Code of Consuct

Head on over to the microsite

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:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "random" % "<version>"
)

Versions

Version
0.0.2
0.0.1