Random Sampling Algorithm Response
data class RandomSamplingAlgorithmResponse(val rule: String? = null, val samplingAlgorithmType: String, val seed: Int? = null)
Defines a Sampling Algorithm that generates values randomly
Constructors
Link copied to clipboard
fun RandomSamplingAlgorithmResponse(rule: String? = null, samplingAlgorithmType: String, seed: Int? = null)