Difference between revisions of "Script/Random"
From SF3
(Created page with "==class Random== === Class Methods === {| border='0' style ='border:solid 1px #eeeedd; color: black; width: 1200px;background-color: #ffffcc;' cellspacing='0' cellpadding='7'...") |
|||
Line 1: | Line 1: | ||
==class Random== | ==class Random== | ||
− | + | A random number generator. | |
+ | |||
=== Class Methods === | === Class Methods === | ||
{| border='0' style ='border:solid 1px #eeeedd; color: black; width: 1200px;background-color: #ffffcc;' cellspacing='0' cellpadding='7' | {| border='0' style ='border:solid 1px #eeeedd; color: black; width: 1200px;background-color: #ffffcc;' cellspacing='0' cellpadding='7' | ||
Line 7: | Line 8: | ||
| style='color: black; width: 90%; line-height: 0.8;' | '''GetInteger''' (const [[../BasicDataTypes|int]] ''_iFrom'', const [[../BasicDataTypes|int]] ''_iTo'') | | style='color: black; width: 90%; line-height: 0.8;' | '''GetInteger''' (const [[../BasicDataTypes|int]] ''_iFrom'', const [[../BasicDataTypes|int]] ''_iTo'') | ||
|- | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''get integer [_iFrom, _iTo['' | ||
|} | |} |
Latest revision as of 08:59, 1 September 2016
class Random
A random number generator.
Class Methods
int | GetInteger (const int _iFrom, const int _iTo) |
get integer [_iFrom, _iTo[ |