Exponential

@Serializable
@SerialName(value = "exponential")
data class Exponential(val mean: Double, val stream: Int) : RVSpec(source)

Exponential with the given mean and stream number.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val stream: Int