...
- When this value is present, this seed value is used as part of the random number generator such that its output is a set of pseudo-random values, which are consistent between job executions.
- When the browser is refreshed, the random numbers remain consistent when the seed value is present.
- This value must be a valid literal Integer value. For more information on valid values, see Integer Data Type.
- Column references or functions returning Integer values are not supported.
...
Optional Integer literal that is used to generate random numbers. Use of a seed value ensures consistency of output between job executions.
- This value must be a valid literal Integer value. For more information on valid values, see Integer Data Type.
- Literal numeric values should not be quoted. Quoted values are treated as strings.
- Multiple columns and wildcards are not supported.
...