The R Project SVN R

Rev

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

Rev 3609 Rev 4562
Line 1... Line 1...
1
/* only used by ../main/random.c  & ../nmath/sunif.c
1
/* only used by ../main/random.c  & ../nmath/{snorm,sunif}.c
2
 */
2
 */
3
#ifndef RANDOM_H
3
#ifndef RANDOM_H
4
#define RANDOM_H
4
#define RANDOM_H
5
 
5
 
6
typedef unsigned long Int32;/* how is this done on 64-bit archtictures? */
6
typedef unsigned long Int32;/* how is this done on 64-bit archtictures? */