Project

General

Profile

Revision 1002

Added by Ben Poole about 15 years ago

gaussian noise now has a gauss_init to initialize with a seed and chaos scalar

View differences:

gauss.h
10 10

  
11 11
#ifndef __GAUSS_H__
12 12
#define __GAUSS_H__
13
#define SEED 0
14 13

  
15
extern float chaos_scalar; 
16
float gauss_noise(void);
14
extern double chaos_scalar; 
15
void gauss_init(double chaos, unsigned int seed);
16
double gauss_noise(void);
17 17

  
18 18

  
19 19
#endif

Also available in: Unified diff