Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psRandom.h File Reference


Detailed Description

Random Number Generators.

This file will hold the prototypes for procedures which allocate, free, and evaluate random number Generators.

Author:
GLG, MHPCC
Version:
Revision
1.4
Name
rel6_0
Date:
Date
2005/06/08 23:40:45
Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii

Definition in file psRandom.h.

#include <stdio.h>
#include <stdbool.h>
#include <float.h>
#include <math.h>
#include "psVector.h"
#include "psScalar.h"
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>

Include dependency graph for psRandom.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  psRandomType { PS_RANDOM_TAUS }

Functions

psRandompsRandomAlloc (psRandomType type, psU64 seed)
void psRandomReset (psRandom *rand, psU64 seed)
psF64 psRandomUniform (const psRandom *r)
psF64 psRandomGaussian (const psRandom *r)
psF64 psRandomPoisson (const psRandom *r, psF64 mean)


Generated on Wed Jun 15 11:01:08 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1