The R Project SVN R

Rev

Rev 71657 | Rev 76160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71657 Rev 72356
Line 56... Line 56...
56
 
56
 
57
void GetRNGstate(void);
57
void GetRNGstate(void);
58
void PutRNGstate(void);
58
void PutRNGstate(void);
59
 
59
 
60
double unif_rand(void);
60
double unif_rand(void);
-
 
61
double R_unif_index(double);
61
/* These are also defined in Rmath.h */
62
/* These are also defined in Rmath.h */
62
double norm_rand(void);
63
double norm_rand(void);
63
double exp_rand(void);
64
double exp_rand(void);
64
 
65
 
65
typedef unsigned int Int32;
66
typedef unsigned int Int32;