Uniform

trait Uniform[@specialized A]
Companion
object
class Any

Value members

Abstract methods

def apply(min: A, max: A): Dist[A]

Return an A that is uniformly distributed between min and max inclusive.

Return an A that is uniformly distributed between min and max inclusive.