The R Project SVN R

Rev

Rev 90307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90307 Rev 90310
Line 64... Line 64...
64
typedef enum {
64
typedef enum {
65
    BUGGY_BTPE
65
    BUGGY_BTPE
66
  , BTPE
66
  , BTPE
67
  // if you add a new option, update Bin_kind()'s check in RNG.c
67
  // if you add a new option, update Bin_kind()'s check in RNG.c
68
} Binomtype;
68
} Binomtype;
69
#ifdef CALLED_FROM_rbinom
-
 
70
extern
-
 
71
#endif
-
 
72
Binomtype R_binom_kind(void);
69
Binomtype R_binom_kind (void);
73
 
-
 
74
 
70
 
75
void GetRNGstate(void);
71
void GetRNGstate(void);
76
void PutRNGstate(void);
72
void PutRNGstate(void);
77
 
73
 
78
double unif_rand(void);
74
double unif_rand(void);