Description of Function
Generates a random number within the specified range.
Testing Points
None
Parameters
Max_Value
Specifies the upper limit of the range from within which the random number must be selected (Min = 0, Max = Max_Value).
Example
|
Test Function
|
Test Parameters
|
|
|
Test=Random1
|
100
|
0..100
|
|
Test=Random1
|
255
|
0..255
|