RandomSamplingAlgorithm interface
Defines a Sampling Algorithm that generates values randomly
- Extends
Properties
rule | The specific type of random algorithm |
sampling |
Polymorphic discriminator, which specifies the different types this object can be |
seed | An optional integer to use as the seed for random number generation |
Property Details
rule
The specific type of random algorithm
rule?: string
Property Value
string
samplingAlgorithmType
Polymorphic discriminator, which specifies the different types this object can be
samplingAlgorithmType: "Random"
Property Value
"Random"
seed
An optional integer to use as the seed for random number generation
seed?: number
Property Value
number