Random DSC

Version 10 by Kendy Yus
on Oct 22, 2008 12:51.

compared with
Current by Lachlan Aldred
on Apr 01, 2009 16:35.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (16)

View page history

h3. Operation: randomNumberUniform
h3. Operation Title: Random No. Uniform Distribution   (randomNumberUniform)
Random No. Uniform Distribution: Generates a random number with a uniform distribution.
|| Input Parameter || Type || Description || Editor ||
| Minimum Number | float | Please specify the minimum number to generate. | | |
| Maximum Number | float | Please specify the maximum number to generate. | | |
| Rounding | boolean | Please specify the type of number ('int' or 'float') to generate. | | |
 


|| Output Parameter || Type || Description ||
| Random Number | java.lang.String | Please specify the process variable which should store the output. |



h3. Operation: randomNumberNormal
h3. Operation Title: Random No. Bell-curve Distribution   (randomNumberNormal)
Random No. Bell-curve Distribution: Generates a random number with a normal (bell-curve) distribution.
|| Input Parameter || Type || Description || Editor ||
| medianNumber | float | Please specify a median (average) number to generate. | | |
| Standard Deviation | float | Standard deviation is a statistical measure of the spread of its values. | | |
| Rounding | boolean | Please specify the type of number ('int' or 'float') to generate. | | |
 


|| Output Parameter || Type || Description ||
| Random Number | java.lang.String | Please specify the process variable which should store the output. |