RandomSamplingAlgorithmResponse

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
constructor(rule: String? = null, samplingAlgorithmType: String, seed: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val rule: String? = null

The specific type of random algorithm

Link copied to clipboard

Expected value is 'Random'.

Link copied to clipboard
val seed: Int? = null

An optional integer to use as the seed for random number generation