scalacheck

object StdRand

[source: scalacheck/StdRand.scala]

object StdRand
extends RandomGenerator
Method Summary
def choose (l : Double, h : Double) : Double
def choose (l : Int, h : Int) : Int
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def choose(l : Int, h : Int) : Int
Overrides
RandomGenerator.choose

def choose(l : Double, h : Double) : Double
Overrides
RandomGenerator.choose