Crypt::Randomize
Crypt::Randomize returns the value of the cos decimal.
public Crypt::Randomize( Integer length, : variable output );
Parameters
handle | the length of the returned buffer, or Crypt::RANDOM_UUID |
output | the returned randomized buffer. |
Return Values
The error.errorCode value will be set to the underlining windows error message code and the error.errorString will have a detailed description of the error.
Remarks
Example Use
- TScript
main(){ AString uuid = Crypt::Randomize(Crypt::RANDOM_UUID).AString(); Systemm::ReportEvent("The uuid is "+uuid); }
Requirements
TScript Version: 1.6
Also See
Crypt::InitializeKey, Crypt::TransformListen All
Comments (0)