|
|
Component: Random Number Generator
|
|
Generates a random number (inclusively) between two user defined values.
|
Operations
|
Icon
|
Name
|
About
|
Link |
|
|
Random No. Bell-curve Distribution
|
Generates a random number. Numbers generated will follow a normal (bell-curve) distribution.
Why use it
- You may have a process where 5% of your transactions need to be reviewed as part of a QA process. You can generate a random number between 1 and 100, and then define a route which is followed if "/process_data/@random <= 5"
|
Properties |
|
|
Random No. Uniform Distribution
|
Generates a random number. Numbers generated will follow a uniform distribution.
Why use it
- You may have a process where 5% of your transactions need to be reviewed as part of a QA process. You can generate a random number between 1 and 100, and then define a route which is followed if "/process_data/@random <= 5"
|
Properties |
|
DOWNLOADS
DOCUMENTATION
|
|