Home
last modified time | relevance | path

Searched refs:rng_methods (Results 1 – 3 of 3) sorted by relevance

/dports/security/beecrypt/beecrypt-4.2.1/python/
H A Drng-py.c246 static struct PyMethodDef rng_methods[] = { variable
311 rng_methods, /* tp_methods */
/dports/lang/janet/janet-1.19.2/src/core/
H A Dmath.c213 static const JanetMethod rng_methods[] = { variable
223 return janet_getmethod(janet_unwrap_keyword(key), rng_methods, out); in janet_rng_get()
228 return janet_nextmethod(rng_methods, key); in janet_rng_next()
/dports/math/py-pygsl/pygsl-2.3.0/src/rng/
H A Drngmodule.c63 static struct PyMethodDef rng_methods[] = { variable
156 rng_methods, /* tp_methods */
443 tmp = Py_FindMethod(rng_methods, (PyObject *) self, name); in rng_getattr()