BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
random.hpp File Reference
#include <cstdlib>
#include <cstring>
#include <type_traits>
#include <fstream>
#include <random>
#include "typedefs.hpp"
#include "cl_Communicator.hpp"
Include dependency graph for random.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