Skip to main content

Random Decimal

Goal

Write mask rule logic to

  • generate random decimals from an interval defined by <from> and <to> properties

Ano Structure and Examples

        ...
mask <column> <rule-name>
format %f
random-decimal <from> <to> // [<from>, <to>]
...
  • <from> and <to> values are included in the generated values.