|
| GaussianRandom (int count) |
|
| GaussianRandom (const PVLayerLoc *locptr, bool isExtended) |
|
float | gaussianDist (int localIndex=0) |
|
float | gaussianDist (int localIndex, float mean, float sigma) |
|
void | gaussianDist (float *values, int localIndex, int count=1) |
|
void | gaussianDist (float *values, int localIndex, int count, float mean, float sigma) |
|
taus_uint4 * | getRNG (int index) |
|
unsigned int | randomUInt (int localIndex=0) |
|
void | randomUInt (unsigned int *values, int localIndex, int count=1) |
|
float | uniformRandom (int localIndex=0) |
|
float | uniformRandom (int localIndex, float min, float max) |
|
void | uniformRandom (float *values, int localIndex, int count=1) |
|
void | uniformRandom (float *values, int localIndex, int count, float min, float max) |
|
|
static unsigned int | randomUIntMax () |
|
|
int | initializeFromCount (unsigned int count) |
|
int | initializeFromCount (int count) |
|
int | initializeFromLoc (const PVLayerLoc *locptr, bool isExtended) |
|
int | initializeGaussian () |
|
Definition at line 21 of file GaussianRandom.hpp.
The documentation for this class was generated from the following files: