Normal distribution of random variate. More...
#include <distributions.h>
Produce a sequence of normally distributed random variables according to a given standard deviation and a given mean. This class is included for improving stochastic sampling for light transfer.
Creates a normal distribution with a given mean and standard deviation parameters.
Returns an independent random variable when taken in sequence with this function is in the normal distribution with mean and standard deviation that was/ defined on construction.
[protected]The mean and standard deviation that the normal distribution will obey.
[protected]