Link to home
Start Free TrialLog in
Avatar of logout
logout

asked on

Random function

Dear
    What is the function which generate a random number?
 
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ozo
#include <stdlib.h>
int rand (void);

#include <math.h>
long random(void);