Random Double

Generates a random double number between the specified minimum (inclusive) and maximum (exclusive).

Characteristics

Consistency

No, cannot be made consistent.

Linking

No, cannot be linked.

Differential privacy

Yes

Data-free

Yes

Allowed for primary keys

No

Allowed for unique columns

No

Uses format-preserving encryption (FPE)

No

Privacy ranking

1

Generator ID (for the API)

How to configure

To configure the generator:

  1. In the Minimum field, type the minimum value to use in the output values. The minimum value is inclusive. The output values can be that value or higher.

  2. In the Maximum field, type the maximum value to use in the output values. The maximum value is exclusive. The output values are lower than that value.

  3. If Structural data encryption is enabled, then to use it for this column, toggle Use data encryption process to the on position.

Last updated