RandomCodeGenerator GetRandomNumber Method Kentico 8.0 API Reference
Returns random number from 0 to max (exclusive).

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

max
Type: OnlineSystem Int32
Exclusive upper bound of the random number returned.

Return Value

Type: OnlineInt32
See Also