SECRandom::SetLBound
BOOLSECRandom::SetLBound(unsigned intnMin)
Sets the lower bound of the range.
Defined in: SECRAND.CPP
Return Value
Nonzero if the lower bound is valid, otherwise 0.
Parameters
nMin
Lower bound of random generator range.
Comments
The lower bound must be less than the current value of the upper bound.
See Also