RandomCodeGeneratorGetRandomNumber Method |
Returns random number from 0 to max (exclusive).
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax protected virtual int GetRandomNumber(
int max
)
Parameters
- max
- Type: SystemInt32
Exclusive upper bound of the random number returned.
Return Value
Type:
Int32See Also