Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

shuffledrand.h File Reference


Detailed Description

Improved random number generators based on drand48; should be replaced with a real random number generating class that can support independent streams of values.

Header
/u/nn/cvsroot/lissom/src/shuffledrand.h,v 1.8 2001/11/27 05:51:16 jbednar Exp

Definition in file shuffledrand.h.

#include <cassert>
#include <cmath>
#include <stdlib.h>

Include dependency graph for shuffledrand.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.

Compounds

class  ShuffledRandom
 Routine inspired by examples in "Numerical Recipes" with an extra shuffling of random numbers to avoid sequential correlations. More...


Functions

double shuffled_rand ()
 Shortcut for typical usage of shuffled.

void shuffled_rand_reset (long int new_seed=ShuffledRandom< double >::default_seed)
 Reset the stream of values returned by shuffled.


Generated on Mon Jan 20 02:36:46 2003 for RF-LISSOM by doxygen1.3-rc2