scalacheck

trait RandomGenerator

[source: scalacheck/RandomGenerator.scala]

trait RandomGenerator
extends AnyRef
Direct Known Subclasses:
StdRand

Method Summary
abstract def choose (low : Int, high : Int) : Int
abstract def choose (low : Double, high : Double) : Double
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
abstract def choose(low : Int, high : Int) : Int

abstract def choose(low : Double, high : Double) : Double