JCL Help:TJclRandomStream.SetRandSeed@Longint

From Project JEDI Wiki
Jump to navigationJump to search


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

TJclRandomStream.RandSeed


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