neuro_toolbox
Namespaces | Functions
random_generators.hpp File Reference
#include "config.hpp"
Include dependency graph for random_generators.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 NTB
 

Functions

std::vector< float > NTB::rand_uniform (const double low, const double high, const int size, const int seed=-1)
 
std::vector< int > NTB::randint (const int low, const int high, const int size, const int seed=-1)