summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/examples/numba_cffi.rst
blob: c3e38537fb97772f6e0022294c7ce5d5b7acdf34 (plain)
1
2
3
4
5
6
7
Extending via Numba and CFFI
----------------------------

The source of ``numpy/random/_examples/numba/extending_distributions.py``

.. literalinclude:: ../../../../../numpy/random/_examples/numba/extending_distributions.py
    :language: python