evolution-gaming / random   1.0.4

MIT License GitHub

Pure random number generator

Scala versions: 3.x 2.13 2.12

Random

Build Status Coverage Status Codacy Badge Maven Central License: MIT

trait Random[F[_]] {

  def int: F[Int]

  def long: F[Long]

  def float: F[Float]

  def double: F[Double]
}

Setup

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolution" %% "random" % "1.0.4"