The R Project SVN R

Rev

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

Rev 68949 Rev 70042
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 1998-2014    The R Core Team
3
 *  Copyright (C) 1998-2016    The R Core Team
4
 *
4
 *
5
 *  This program is free software; you can redistribute it and/or modify
5
 *  This program is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU Lesser General Public License as published by
6
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  the Free Software Foundation; either version 2.1 of the License, or
7
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 20... Line 20...
20
/* Included by R.h: API */
20
/* Included by R.h: API */
21
 
21
 
22
#ifndef R_RANDOM_H
22
#ifndef R_RANDOM_H
23
#define R_RANDOM_H
23
#define R_RANDOM_H
24
 
24
 
-
 
25
#include <R_ext/Boolean.h>
-
 
26
 
25
#ifdef  __cplusplus
27
#ifdef  __cplusplus
26
extern "C" {
28
extern "C" {
27
#endif
29
#endif
28
 
30
 
29
#include <R_ext/Boolean.h>
-
 
30
 
-
 
31
typedef enum {
31
typedef enum {
32
    WICHMANN_HILL,
32
    WICHMANN_HILL,
33
    MARSAGLIA_MULTICARRY,
33
    MARSAGLIA_MULTICARRY,
34
    SUPER_DUPER,
34
    SUPER_DUPER,
35
    MERSENNE_TWISTER,
35
    MERSENNE_TWISTER,