#include <random_generator.h>
Public Member Functions | |
| RandomNumberMatrix (int row_count, int col_count, unsigned seed) | |
| double | operator() (const int r, const int c) const | 
| ~RandomNumberMatrix () | |
| RandomNumberMatrix::RandomNumberMatrix | ( | int | row_count, | |
| int | col_count, | |||
| unsigned | seed | |||
| ) |  [inline] | 
        
| RandomNumberMatrix::~RandomNumberMatrix | ( | ) |  [inline] | 
        
| double RandomNumberMatrix::operator() | ( | const int | r, | |
| const int | c | |||
| ) |  const [inline] | 
        
 1.4.7