| 2442 | } |
| 2443 | |
| 2444 | static PyObject *Py_ops_randomVariable(PyObject *self, PyObject *args) |
| 2445 | { |
| 2446 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2447 | |
| 2448 | if (OPS_randomVariable() < 0) { |
| 2449 | opserr<<(void*)0; |
| 2450 | return NULL; |
| 2451 | } |
| 2452 | |
| 2453 | return wrapper->getResults(); |
| 2454 | } |
| 2455 | |
| 2456 | static PyObject *Py_ops_filter(PyObject *self, PyObject *args) |
| 2457 | { |
nothing calls this directly
no test coverage detected