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.3
Name
rel5_0
Date:
Date
2005/02/17 19:26:23
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:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Data Structures

struct  psRandom

Defines

#define PS_RANDOM_H

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)


Define Documentation

#define PS_RANDOM_H
 

Definition at line 19 of file psRandom.h.


Generated on Mon Apr 4 18:24:46 2005 for Pan-STARRS Foundation Library by  doxygen 1.3.9.1