The R Project SVN R

Rev

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

Rev 90299 Rev 90307
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
69
Binomtype R_binom_kind(void);
72
Binomtype R_binom_kind(void);
70
 
73
 
71
 
74
 
72
void GetRNGstate(void);
75
void GetRNGstate(void);
73
void PutRNGstate(void);
76
void PutRNGstate(void);