MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / Py_ops_randomVariable

Function Py_ops_randomVariable

SRC/interpreter/PythonWrapper.cpp:2444–2454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2442}
2443
2444static 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
2456static PyObject *Py_ops_filter(PyObject *self, PyObject *args)
2457{

Callers

nothing calls this directly

Calls 3

OPS_randomVariableFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected