Uniform

@Serializable
@SerialName(value = "uniform")
data class Uniform(val min: Double, val max: Double, val stream: Int) : RVSpec(source)

Continuous uniform on [min, max] with the given stream.

Constructors

Link copied to clipboard
constructor(min: Double, max: Double, stream: Int)

Properties

Link copied to clipboard
val max: Double
Link copied to clipboard
val min: Double
Link copied to clipboard
val stream: Int