#include <UniformRNG.h>

Public Member Functions | |
| float | GetNumber (const float low, const float high) |
| return float between low and high | |
| virtual float | GetNumber () |
| virtual unsigned int | GetNumber (const unsigned int max) |
| UniformRNG () | |
| virtual | ~UniformRNG () |
Definition at line 10 of file UniformRNG.h.
| UniformRNG::UniformRNG | ( | ) |
Definition at line 8 of file UniformRNG.cpp.
| UniformRNG::~UniformRNG | ( | ) | [virtual] |
Definition at line 15 of file UniformRNG.cpp.
| float UniformRNG::GetNumber | ( | ) | [virtual] |
| float UniformRNG::GetNumber | ( | const float | low, | |
| const float | high | |||
| ) |
return float between low and high
Definition at line 18 of file UniformRNG.cpp.
References GetNumber().
Referenced by NeuralNetwork::InitWeights(), and main().
1.5.8