#include <NDEVR/BaseValues.h>
#include <random>
Go to the source code of this file.
|
| template<> |
| fltp04 | MakeRandom (fltp04 max) |
| |
| template<> |
| fltp08 | MakeRandom (fltp08 max) |
| | Returns a pseudo-random number between 0 and the associated max value.
|
| |
| template<class t_type > |
| t_type | MakeRandom (t_type max) |
| | Returns a pseudo-random number between 0 and the associated max value.
|
| |
| template<class t_type > |
| t_type | MakeRandom (t_type min, t_type max) |
| | Returns a pseudo-random number between 0 and the associated max value.
|
| |