Qualia  0.2
Functions
random_normal.h File Reference
#include "random.h"
#include <math.h>
Include dependency graph for random_normal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float randomNormal (float mean=0, float stdv=1)
 

Function Documentation

float randomNormal ( float  mean = 0,
float  stdv = 1 
)

Provides methods for generating random numbers according to a normal distribution. Generates a random number from a normal distribution. (With mean mean and standard deviation stdv >= 0).