#include <cpl.h>
#include "xsh_model_kernel.h"
#include <limits.h>
#include "xsh_model_r250.h"
#include "xsh_model_randlcg.h"
Go to the source code of this file.
Defines | |
#define | BITS 31 |
#define | WORD_BIT 32 |
#define | MSB 0x40000000L |
#define | ALL_BITS 0x7fffffffL |
#define | HALF_RANGE 0x20000000L |
#define | STEP 7 |
Functions | |
void | xsh_r250_init (int sd) |
unsigned int | r250 (void) |
double | xsh_dr250 (void) |
Variables | |
static unsigned int | r250_buffer [250] |
static int | r250_index |