casa
$Rev:20696$
|
Random number in table select expression tree. More...
#include <ExprDerNode.h>
Public Member Functions | |
TableExprNodeRandom (const Table &) | |
~TableExprNodeRandom () | |
Double | getDouble (const TableExprId &id) |
Private Attributes | |
MLCG | generator_p |
Uniform | random_p |
Random number in table select expression tree.
Internal
This class represents the rand() function in a table select expression tree.
Definition at line 421 of file ExprDerNode.h.
casa::TableExprNodeRandom::TableExprNodeRandom | ( | const Table & | ) |
Double casa::TableExprNodeRandom::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
MLCG casa::TableExprNodeRandom::generator_p [private] |
Definition at line 428 of file ExprDerNode.h.
Uniform casa::TableExprNodeRandom::random_p [private] |
Definition at line 429 of file ExprDerNode.h.