#include <ExprDerNode.h>
Inheritance diagram for casa::TableExprNodeRandom:


Internal
This class represents the rand() function in a table select expression tree.
Definition at line 390 of file ExprDerNode.h.
Public Member Functions | |
| TableExprNodeRandom (const Table &) | |
| ~TableExprNodeRandom () | |
| Double | getDouble (const TableExprId &id) |
Private Attributes | |
| MLCG | generator_p |
| Uniform | random_p |
| casa::TableExprNodeRandom::TableExprNodeRandom | ( | const Table & | ) |
| casa::TableExprNodeRandom::~TableExprNodeRandom | ( | ) |
| Double casa::TableExprNodeRandom::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
MLCG casa::TableExprNodeRandom::generator_p [private] |
Definition at line 397 of file ExprDerNode.h.
Uniform casa::TableExprNodeRandom::random_p [private] |
Definition at line 398 of file ExprDerNode.h.
1.5.1