The R Project SVN R

Rev

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

Rev 42308 Rev 44195
Line 53... Line 53...
53
/* These are also defined in Rmath.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(void);
59
void user_unif_init(Int32);
59
void user_unif_init(Int32);
60
int * user_unif_nseed();
60
int * user_unif_nseed(void);
61
int * user_unif_seedloc();
61
int * user_unif_seedloc(void);
62
 
62
 
63
double * user_norm_rand();
63
double * user_norm_rand(void);
64
 
64
 
65
#ifdef  __cplusplus
65
#ifdef  __cplusplus
66
}
66
}
67
#endif
67
#endif
68
 
68