Random Numbers

 

Random generator for floating and integer values. 

 

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.

 

 

Fct_Random_Seed

 

Seed to initialize the generator

 

Fct_Random_Float

 

Return a random float between -1.0 and 1.0

 

Fct_Random_Int

 

Return a random integer between 0 and 0xFFFFFFFF