Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

poslib/random.h File Reference

returns random numbers More...

Go to the source code of this file.


Functions

int  posrandom ()
  return strong random number

int  possimplerandom ()
  return simple random number


Detailed Description

returns random numbers

This source file hosts the posrandom() function for generating random numbers.

Definition in file random.h.


Function Documentation

int posrandom  ) 
 

return strong random number

This function returns a strongly random number that should be unpredictable.

int possimplerandom  ) 
 

return simple random number

This function returns a simple random number, and therefore, it is much faster than posrandom().


Generated on Fri Dec 24 19:55:15 2004 for Poslib by doxygen 1.3.7