1#ifndef _PhotosDebugRandom_included_
2#define _PhotosDebugRandom_included_
20#include "PhotosRandom.h"
29 static void saveState();
32 static void restoreState();
35 static void setState(
int i,
int j,
double c,
double list[97]);
38 static void setSaveState(
int i,
int j,
double c,
double list[97]);
46 static double uran_saved[97];
47 static double cran_saved;
Random generator for debugging purposes.
Photos random number generator rewritten from PHOTOS FORTRAN.