Provide a seed value for the "Fct_Random_Float" and "Fct_Random_Int" functions.
Syntax
void Fct_Random_Seed(
unsigned int seed
) ;
Parameters
seed
Seed value for the random generator.
Return value
This function does not return a value.
Remarks
This random number generator is based on the algorithm presented in "Random Number Generators: Good ones are hard to find", Stephen K. Park and Keith W. Miller, Communications of the ACM, Vol 31, Num10, October 1988.
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also