Return a random floating point values between -1.0 and 1.0.
Syntax
float Fct_Random_Float(
void
) ;
Parameters
This function does not have a parameter.
Return value
This function return a random floating point 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