The R Project SVN R

Rev

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

Rev 74411 Rev 76160
Line 359... Line 359...
359
 
359
 
360
	/* Random Number Generators */
360
	/* Random Number Generators */
361
 
361
 
362
double	norm_rand(void);
362
double	norm_rand(void);
363
double	unif_rand(void);
363
double	unif_rand(void);
-
 
364
double  R_unif_index(double);
364
double	exp_rand(void);
365
double	exp_rand(void);
365
#ifdef MATHLIB_STANDALONE
366
#ifdef MATHLIB_STANDALONE
366
void	set_seed(unsigned int, unsigned int);
367
void	set_seed(unsigned int, unsigned int);
367
void	get_seed(unsigned int *, unsigned int *);
368
void	get_seed(unsigned int *, unsigned int *);
368
#endif
369
#endif