Random Integer (RandomIntegerGenerator)
Last updated
Was this helpful?
Last updated
Was this helpful?
The generator returns a random integer between a specified minimum (inclusive) and maximum (exclusive).
The Random Integer generator does not support linking or consistency. You cannot configure differential privacy.
The metadata
object is populated from , which includes the minimum and maximum values.
In this example replacement for the Random Integer generator, the returned value is between 0 and 5. Because max
is exclusive, the highest possible value is 4.