#include <iostream>#include <limits.h>#include <stdio.h>#include <time.h>#include <math.h>
Include dependency graph for base/random/random.h:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | MTRand |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const MTRand &mtrand) |
| std::istream & | operator>> (std::istream &is, MTRand &mtrand) |
Function Documentation
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const MTRand & | mtrand | |||
| ) | [inline] |
References MTRand::left, MTRand::N, and MTRand::state.
| std::istream& operator>> | ( | std::istream & | is, | |
| MTRand & | mtrand | |||
| ) | [inline] |
References MTRand::left, MTRand::N, MTRand::pNext, and MTRand::state.

