versor
3.0
C++11 library for Geometric algebra
|
Probability Density Functions. More...
#include <vsr_stat.h>
Static Public Member Functions | |
static void | Seed () |
Seed. | |
static void | Seed (int num) |
static double | Num () |
Number Between 0 and 1;. | |
static double | Num (double max) |
Number Between 0 and max. | |
static double | Num (double low, double high) |
Number Between low and high. | |
static bool | Boolean () |
Random Boolean. | |
static int | Int (int high, int low=0) |
Integer between high and low. | |
static double | Uniform () |
Uniform Distribution [0,1) More... | |
static double | Pareto (double scale, double shape=1.0) |
Normal (Gaussian) Distribution. More... | |
Probability Density Functions.
|
inlinestatic |
Normal (Gaussian) Distribution.
Exponential Distribution Power Law Distribution
|
inlinestatic |
Uniform Distribution [0,1)
Uniform Distribution [0,1)