#include <cstdlib>#include <cstring>#include <type_traits>#include <fstream>#include <random>#include "typedefs.hpp"#include "cl_Communicator.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| void | belfem::random_seed (T &aSeed) |
| void | belfem::random_seed () |
| seed the random generator. | |
| real | belfem::rand () |
| a random number between 0 and 1 must call seed first | |