|
RAPI
|
#include <stddef.h>#include <stdlib.h>#include <stdio.h>#include <limits.h>#include <float.h>#include <math.h>#include <Rconfig.h>#include <R_ext/Constants.h>#include <R_ext/Memory.h>#include <R_ext/RS.h>
Go to the source code of this file.
Data Structures | |
| struct | S_complex |
Defines | |
| #define | USING_R |
| #define | longint int |
| #define | Salloc(n, t) (t*)S_alloc(n, sizeof(t)) |
| #define | Srealloc(p, n, old, t) (t*)S_realloc(p,n,old,sizeof(t)) |
| #define | call_S call_R |
Functions | |
| void | seed_in (long *) |
| void | seed_out (long *) |
| double | unif_rand (void) |
| double | norm_rand (void) |
| #define longint int |
| #define USING_R |
| double norm_rand | ( | void | ) |
| void seed_in | ( | long * | ) |
| void seed_out | ( | long * | ) |
| double unif_rand | ( | void | ) |
1.7.6.1