Random Double (RandomDoubleGenerator)
The Random Double generator generates a random double number between the specified minimum (inclusive) and maximum (exclusive).
Link object structure
The Random Double generator does not support linking or consistency. You cannot configure differential privacy.
The metadata
object is populated from the ContinuousDistributionMetadata
object. You specify the minimum and maximum values.
Example replacement
In this example replacement for the Random Double generator, the generator is configured to produce numbers between 2.5 and 10.75.
Last updated