GNU g++  v5.2.1
GNU Standard C++
random_number.h File Reference

Random number generator based on the Mersenne twister. More...

#include <parallel/types.h>
#include <tr1/random>
#include <limits>
Include dependency graph for random_number.h:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_parallel::_RandomNumber
 Random number generator, based on the Mersenne twister. More...
 

Namespaces

 __gnu_parallel
 GNU parallel code for public use.
 

Detailed Description

Random number generator based on the Mersenne twister.

This file is a GNU parallel extension to the Standard C++ Library.