JCL Help:TJclRandomStream.SetRandSeed@Longint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclRandomStream.SetRandSeed Method
[+] TJclRandomStream Methods
[+] TJclRandomStream Properties
Search in JCL Help
Search in all projects
Summary
Set random seed to a new value.
Pascal
protected procedure SetRandSeed(Seed: Longint); virtual;
Parameters
Parameters | Description |
Value | New value for the random seed. |
Description
This function is the setter of the TJclRandomStream.SetRandSeed property. It sets the random seed value to a specified value. This function is a wrapper around System.RandomSeed.
See Also
About
Donator
Robert Marquardt
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page