ScalaCheck 1.0
|
|
scalacheck/RandomGenerator.scala
]
trait
RandomGenerator
extends
AnyRefMethod 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 |
ScalaCheck 1.0
|
|