The R Project SVN R

Rev

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

Rev 24322 Rev 25960
Line 48... Line 48...
48
 
48
 
49
void GetRNGstate(void);
49
void GetRNGstate(void);
50
void PutRNGstate(void);
50
void PutRNGstate(void);
51
 
51
 
52
double unif_rand(void);
52
double unif_rand(void);
53
/* These are also defined in Mathlib.h */
53
/* These are also defined in Rmath.h */
54
double norm_rand(void);
54
double norm_rand(void);
55
double exp_rand(void);
55
double exp_rand(void);
56
 
56
 
57
typedef unsigned int Int32;
57
typedef unsigned int Int32;
58
double * user_unif_rand();
58
double * user_unif_rand();