Listings for numpy
==================

numpy
-----

.. function:: numpy.arange
   :noindex:


   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.array
   :noindex:


   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.asarray
   :noindex:


   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.asarray_chkfinite
   :noindex:


   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4449-4471 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4449-L4471>`_

.. function:: numpy.ascontiguousarray
   :noindex:


   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4993-5004 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4993-L5004>`_

.. function:: numpy.asfortranarray
   :noindex:


   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:5007-5019 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5007-L5019>`_

.. function:: numpy.bartlett
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.blackman
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.broadcast_shapes
   :noindex:


   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1521-1559 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L1521-L1559>`_

.. function:: numpy.empty
   :noindex:


   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

.. function:: numpy.eye
   :noindex:


   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4555-4578 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4555-L4578>`_

.. function:: numpy.frombuffer
   :noindex:


   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5097-5122 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5097-L5122>`_

.. function:: numpy.full
   :noindex:


   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4478-4492 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4478-L4492>`_

.. function:: numpy.hamming
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.hanning
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.identity
   :noindex:


   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4524-4537 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4524-L4537>`_

.. function:: numpy.indices
   :noindex:


   - defined by ``numpy_indices(dimensions)`` at `numba/np/arrayobj.py:4620-4645 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4620-L4645>`_

.. function:: numpy.isscalar
   :noindex:


   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1015-L1021>`_

.. function:: numpy.kaiser
   :noindex:


   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4697-4716 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4697-L4716>`_

.. function:: numpy.ones
   :noindex:


   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4509-4521 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4509-L4521>`_

.. function:: numpy.tri
   :noindex:


   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1943-1954 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1943-L1954>`_

.. function:: numpy.tril_indices
   :noindex:


   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2007-2018 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L2007-L2018>`_

.. function:: numpy.triu_indices
   :noindex:


   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2067-2078 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L2067-L2078>`_

.. function:: numpy.zeros
   :noindex:


   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 69 unsupported functions.

supported = 24 / 93 = 25.81%


numpy.array_api
---------------

This module is not supported.


numpy.array_api.linalg
----------------------

This module is not supported.


numpy.array_api.setup
---------------------

This module is not supported.


numpy.compat
------------

This module is not supported.


numpy.compat.py3k
-----------------

This module is not supported.


numpy.compat.setup
------------------

This module is not supported.


numpy.core
----------

.. function:: numpy.core.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.core.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.core.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.core.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4993-5004 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4993-L5004>`_

.. function:: numpy.core.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:5007-5019 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5007-L5019>`_

.. function:: numpy.core.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

.. function:: numpy.core.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5097-5122 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5097-L5122>`_

.. function:: numpy.core.full
   :noindex:

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4478-4492 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4478-L4492>`_

.. function:: numpy.core.identity
   :noindex:

   Alias to: ``numpy.identity``

   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4524-4537 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4524-L4537>`_

.. function:: numpy.core.indices
   :noindex:

   Alias to: ``numpy.indices``

   - defined by ``numpy_indices(dimensions)`` at `numba/np/arrayobj.py:4620-4645 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4620-L4645>`_

.. function:: numpy.core.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1015-L1021>`_

.. function:: numpy.core.ones
   :noindex:

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4509-4521 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4509-L4521>`_

.. function:: numpy.core.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 37 unsupported functions.

supported = 13 / 50 = 26.00%


numpy.core.arrayprint
---------------------

.. function:: numpy.core.arrayprint.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.core.arrayprint.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

Not showing 17 unsupported functions.

supported = 2 / 19 = 10.53%


numpy.core.defchararray
-----------------------

.. function:: numpy.core.defchararray.narray
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

Not showing 5 unsupported functions.

supported = 1 / 6 = 16.67%


numpy.core.einsumfunc
---------------------

This module is not supported.


numpy.core.fromnumeric
----------------------

.. function:: numpy.core.fromnumeric.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.core.fromnumeric.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

Not showing 2 unsupported functions.

supported = 2 / 4 = 50.00%


numpy.core.function_base
------------------------

This module is not supported.


numpy.core.getlimits
--------------------

.. function:: numpy.core.getlimits.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


numpy.core.multiarray
---------------------

.. function:: numpy.core.multiarray.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.core.multiarray.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.core.multiarray.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.core.multiarray.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4993-5004 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4993-L5004>`_

.. function:: numpy.core.multiarray.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:5007-5019 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5007-L5019>`_

.. function:: numpy.core.multiarray.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

.. function:: numpy.core.multiarray.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5097-5122 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5097-L5122>`_

.. function:: numpy.core.multiarray.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 32 unsupported functions.

supported = 8 / 40 = 20.00%


numpy.core.numeric
------------------

.. function:: numpy.core.numeric.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.core.numeric.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.core.numeric.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.core.numeric.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4993-5004 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4993-L5004>`_

.. function:: numpy.core.numeric.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:5007-5019 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5007-L5019>`_

.. function:: numpy.core.numeric.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

.. function:: numpy.core.numeric.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5097-5122 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5097-L5122>`_

.. function:: numpy.core.numeric.full
   :noindex:

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4478-4492 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4478-L4492>`_

.. function:: numpy.core.numeric.identity
   :noindex:

   Alias to: ``numpy.identity``

   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4524-4537 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4524-L4537>`_

.. function:: numpy.core.numeric.indices
   :noindex:

   Alias to: ``numpy.indices``

   - defined by ``numpy_indices(dimensions)`` at `numba/np/arrayobj.py:4620-4645 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4620-L4645>`_

.. function:: numpy.core.numeric.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1015-L1021>`_

.. function:: numpy.core.numeric.ones
   :noindex:

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4509-4521 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4509-L4521>`_

.. function:: numpy.core.numeric.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 42 unsupported functions.

supported = 13 / 55 = 23.64%


numpy.core.numerictypes
-----------------------

.. function:: numpy.core.numerictypes.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

Not showing 14 unsupported functions.

supported = 1 / 15 = 6.67%


numpy.core.overrides
--------------------

This module is not supported.


numpy.core.records
------------------

This module is not supported.


numpy.core.shape_base
---------------------

.. function:: numpy.core.shape_base.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

Not showing 2 unsupported functions.

supported = 1 / 3 = 33.33%


numpy.core.umath
----------------

.. function:: numpy.core.umath.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.core.umath.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.core.umath.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.core.umath.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4993-5004 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4993-L5004>`_

.. function:: numpy.core.umath.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:5007-5019 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5007-L5019>`_

.. function:: numpy.core.umath.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

.. function:: numpy.core.umath.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5097-5122 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5097-L5122>`_

.. function:: numpy.core.umath.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 55 unsupported functions.

supported = 8 / 63 = 12.70%


numpy.ctypeslib
---------------

.. function:: numpy.ctypeslib.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.ctypeslib.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5097-5122 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5097-L5122>`_

Not showing 5 unsupported functions.

supported = 2 / 7 = 28.57%


numpy.doc
---------

This module is not supported.


numpy.doc.constants
-------------------

This module is not supported.


numpy.doc.ufuncs
----------------

This module is not supported.


numpy.dtypes
------------

This module is not supported.


numpy.exceptions
----------------

This module is not supported.


numpy.f2py
----------

This module is not supported.


numpy.f2py.auxfuncs
-------------------

.. function:: numpy.f2py.auxfuncs.reduce
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

Not showing 113 unsupported functions.

supported = 1 / 114 = 0.88%


numpy.f2py.capi_maps
--------------------

This module is not supported.


numpy.f2py.cb_rules
-------------------

This module is not supported.


numpy.f2py.cfuncs
-----------------

This module is not supported.


numpy.f2py.common_rules
-----------------------

This module is not supported.


numpy.f2py.crackfortran
-----------------------

This module is not supported.


numpy.f2py.diagnose
-------------------

This module is not supported.


numpy.f2py.f2py2e
-----------------

This module is not supported.


numpy.f2py.f90mod_rules
-----------------------

This module is not supported.


numpy.f2py.func2subr
--------------------

This module is not supported.


numpy.f2py.rules
----------------

This module is not supported.


numpy.f2py.symbolic
-------------------

.. function:: numpy.f2py.symbolic.gcd
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

Not showing 29 unsupported functions.

supported = 1 / 30 = 3.33%


numpy.f2py.use_rules
--------------------

This module is not supported.


numpy.fft
---------

This module is not supported.


numpy.fft.helper
----------------

.. function:: numpy.fft.helper.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.fft.helper.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.fft.helper.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

Not showing 4 unsupported functions.

supported = 3 / 7 = 42.86%


numpy.lib
---------

.. function:: numpy.lib.asarray_chkfinite
   :noindex:

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4449-4471 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4449-L4471>`_

.. function:: numpy.lib.bartlett
   :noindex:

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.lib.blackman
   :noindex:

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.lib.broadcast_shapes
   :noindex:

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1521-1559 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L1521-L1559>`_

.. function:: numpy.lib.eye
   :noindex:

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4555-4578 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4555-L4578>`_

.. function:: numpy.lib.hamming
   :noindex:

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.lib.hanning
   :noindex:

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.lib.kaiser
   :noindex:

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4697-4716 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4697-L4716>`_

.. function:: numpy.lib.tri
   :noindex:

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1943-1954 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1943-L1954>`_

.. function:: numpy.lib.tril_indices
   :noindex:

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2007-2018 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L2007-L2018>`_

.. function:: numpy.lib.triu_indices
   :noindex:

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2067-2078 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L2067-L2078>`_

Not showing 29 unsupported functions.

supported = 11 / 40 = 27.50%


numpy.lib.arraypad
------------------

This module is not supported.


numpy.lib.arraysetops
---------------------

This module is not supported.


numpy.lib.arrayterator
----------------------

.. function:: numpy.lib.arrayterator.mul
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``func(x, y)`` at `numba/experimental/jitclass/overloads.py:0-34 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``unicode_repeat(a, b)`` at `numba/cpython/unicode.py:1927-1936 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/unicode.py#L1927-L1936>`_
   - defined by ``charseq_repeat(a, b)`` at `numba/cpython/charseq.py:399-416 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/charseq.py#L399-L416>`_
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: numpy.lib.arrayterator.reduce
   :noindex:

   Alias to: ``numpy.f2py.auxfuncs.reduce``

   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

Not showing 0 unsupported functions.

supported = 2 / 2 = 100.00%


numpy.lib.format
----------------

This module is not supported.


numpy.lib.function_base
-----------------------

.. function:: numpy.lib.function_base.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.lib.function_base.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.lib.function_base.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.lib.function_base.asarray_chkfinite
   :noindex:

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4449-4471 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4449-L4471>`_

.. function:: numpy.lib.function_base.bartlett
   :noindex:

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.lib.function_base.blackman
   :noindex:

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.lib.function_base.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

.. function:: numpy.lib.function_base.hamming
   :noindex:

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.lib.function_base.hanning
   :noindex:

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.lib.function_base.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1015-L1021>`_

.. function:: numpy.lib.function_base.kaiser
   :noindex:

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4697-4716 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4697-L4716>`_

.. function:: numpy.lib.function_base.ones
   :noindex:

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4509-4521 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4509-L4521>`_

Not showing 11 unsupported functions.

supported = 12 / 23 = 52.17%


numpy.lib.histograms
--------------------

This module is not supported.


numpy.lib.index_tricks
----------------------

.. function:: numpy.lib.index_tricks.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.lib.index_tricks.as_strided
   :noindex:


   - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:6526-6552 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L6526-L6552>`_

Not showing 3 unsupported functions.

supported = 2 / 5 = 40.00%


numpy.lib.mixins
----------------

This module is not supported.


numpy.lib.nanfunctions
----------------------

This module is not supported.


numpy.lib.npyio
---------------

This module is not supported.


numpy.lib.polynomial
--------------------

.. function:: numpy.lib.polynomial.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.lib.polynomial.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1015-L1021>`_

.. function:: numpy.lib.polynomial.ones
   :noindex:

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4509-4521 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4509-L4521>`_

Not showing 2 unsupported functions.

supported = 3 / 5 = 60.00%


numpy.lib.recfunctions
----------------------

This module is not supported.


numpy.lib.scimath
-----------------

.. function:: numpy.lib.scimath.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


numpy.lib.setup
---------------

This module is not supported.


numpy.lib.shape_base
--------------------

.. function:: numpy.lib.shape_base.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.lib.shape_base.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.lib.shape_base.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 5 unsupported functions.

supported = 3 / 8 = 37.50%


numpy.lib.stride_tricks
-----------------------

.. function:: numpy.lib.stride_tricks.as_strided
   :noindex:

   Alias to: ``numpy.lib.index_tricks.as_strided``

   - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:6526-6552 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L6526-L6552>`_

.. function:: numpy.lib.stride_tricks.broadcast_shapes
   :noindex:

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1521-1559 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L1521-L1559>`_

Not showing 3 unsupported functions.

supported = 2 / 5 = 40.00%


numpy.lib.twodim_base
---------------------

.. function:: numpy.lib.twodim_base.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.lib.twodim_base.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.lib.twodim_base.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

.. function:: numpy.lib.twodim_base.eye
   :noindex:

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4555-4578 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4555-L4578>`_

.. function:: numpy.lib.twodim_base.indices
   :noindex:

   Alias to: ``numpy.indices``

   - defined by ``numpy_indices(dimensions)`` at `numba/np/arrayobj.py:4620-4645 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4620-L4645>`_

.. function:: numpy.lib.twodim_base.ones
   :noindex:

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4509-4521 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4509-L4521>`_

.. function:: numpy.lib.twodim_base.tri
   :noindex:

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1943-1954 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1943-L1954>`_

.. function:: numpy.lib.twodim_base.tril_indices
   :noindex:

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2007-2018 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L2007-L2018>`_

.. function:: numpy.lib.twodim_base.triu_indices
   :noindex:

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2067-2078 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L2067-L2078>`_

.. function:: numpy.lib.twodim_base.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 5 unsupported functions.

supported = 10 / 15 = 66.67%


numpy.lib.type_check
--------------------

.. function:: numpy.lib.type_check.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.lib.type_check.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 4 unsupported functions.

supported = 2 / 6 = 33.33%


numpy.lib.ufunclike
-------------------

This module is not supported.


numpy.lib.user_array
--------------------

.. function:: numpy.lib.user_array.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.lib.user_array.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.lib.user_array.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

Not showing 0 unsupported functions.

supported = 3 / 3 = 100.00%


numpy.lib.utils
---------------

.. function:: numpy.lib.utils.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

Not showing 15 unsupported functions.

supported = 1 / 16 = 6.25%


numpy.linalg
------------

This module is not supported.


numpy.linalg.lapack_lite
------------------------

This module is not supported.


numpy.linalg.linalg
-------------------

.. function:: numpy.linalg.linalg.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.linalg.linalg.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.linalg.linalg.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4363-4382 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4363-L4382>`_

.. function:: numpy.linalg.linalg.eye
   :noindex:

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4555-4578 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4555-L4578>`_

.. function:: numpy.linalg.linalg.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4441-4449 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4441-L4449>`_

Not showing 8 unsupported functions.

supported = 5 / 13 = 38.46%


numpy.ma
--------

This module is not supported.


numpy.ma.core
-------------

.. function:: numpy.ma.core.narray
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.ma.core.reduce
   :noindex:

   Alias to: ``numpy.f2py.auxfuncs.reduce``

   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

Not showing 83 unsupported functions.

supported = 2 / 85 = 2.35%


numpy.ma.extras
---------------

.. function:: numpy.ma.extras.nxarray
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

Not showing 49 unsupported functions.

supported = 1 / 50 = 2.00%


numpy.ma.mrecords
-----------------

.. function:: numpy.ma.mrecords.narray
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

Not showing 10 unsupported functions.

supported = 1 / 11 = 9.09%


numpy.ma.setup
--------------

This module is not supported.


numpy.ma.testutils
------------------

This module is not supported.


numpy.ma.timer_comparison
-------------------------

.. function:: numpy.ma.timer_comparison.reduce
   :noindex:

   Alias to: ``numpy.f2py.auxfuncs.reduce``

   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


numpy.matlib
------------

.. function:: numpy.matlib.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4749-4814 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4749-L4814>`_

.. function:: numpy.matlib.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5421-5433 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5421-L5433>`_

.. function:: numpy.matlib.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4285-4338 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4285-L4338>`_

.. function:: numpy.matlib.asarray_chkfinite
   :noindex:

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4449-4471 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4449-L4471>`_

.. function:: numpy.matlib.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4993-5004 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4993-L5004>`_

.. function:: numpy.matlib.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:5007-5019 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5007-L5019>`_

.. function:: numpy.matlib.bartlett
   :noindex:

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.matlib.blackman
   :noindex:

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.matlib.broadcast_shapes
   :noindex:

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1521-1559 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L1521-L1559>`_

.. function:: numpy.matlib.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5097-5122 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L5097-L5122>`_

.. function:: numpy.matlib.full
   :noindex:

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4478-4492 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4478-L4492>`_

.. function:: numpy.matlib.hamming
   :noindex:

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.matlib.hanning
   :noindex:

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4579-4591 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4579-L4591>`_

.. function:: numpy.matlib.indices
   :noindex:

   Alias to: ``numpy.indices``

   - defined by ``numpy_indices(dimensions)`` at `numba/np/arrayobj.py:4620-4645 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arrayobj.py#L4620-L4645>`_

.. function:: numpy.matlib.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1015-L1021>`_

.. function:: numpy.matlib.kaiser
   :noindex:

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4697-4716 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L4697-L4716>`_

.. function:: numpy.matlib.tri
   :noindex:

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1943-1954 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1943-L1954>`_

.. function:: numpy.matlib.tril_indices
   :noindex:

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2007-2018 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L2007-L2018>`_

.. function:: numpy.matlib.triu_indices
   :noindex:

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2067-2078 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L2067-L2078>`_

Not showing 77 unsupported functions.

supported = 19 / 96 = 19.79%


numpy.matrixlib
---------------

This module is not supported.


numpy.matrixlib.defmatrix
-------------------------

.. function:: numpy.matrixlib.defmatrix.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/arraymath.py#L1015-L1021>`_

Not showing 4 unsupported functions.

supported = 1 / 5 = 20.00%


numpy.matrixlib.setup
---------------------

This module is not supported.


numpy.polynomial
----------------

This module is not supported.


numpy.polynomial.chebyshev
--------------------------

This module is not supported.


numpy.polynomial.hermite
------------------------

This module is not supported.


numpy.polynomial.hermite_e
--------------------------

This module is not supported.


numpy.polynomial.laguerre
-------------------------

This module is not supported.


numpy.polynomial.legendre
-------------------------

This module is not supported.


numpy.polynomial.polynomial
---------------------------

.. function:: numpy.polynomial.polynomial.polyadd
   :noindex:


   - defined by ``numpy_polyadd(c1, c2)`` at `numba/np/polynomial/polynomial_functions.py:186-208 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/polynomial/polynomial_functions.py#L186-L208>`_

.. function:: numpy.polynomial.polynomial.polydiv
   :noindex:


   - defined by ``numpy_polydiv(c1, c2)`` at `numba/np/polynomial/polynomial_functions.py:342-375 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/polynomial/polynomial_functions.py#L342-L375>`_

.. function:: numpy.polynomial.polynomial.polyint
   :noindex:


   - defined by ``poly_polyint(c, m=1)`` at `numba/np/polynomial/polynomial_functions.py:301-339 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/polynomial/polynomial_functions.py#L301-L339>`_

.. function:: numpy.polynomial.polynomial.polymul
   :noindex:


   - defined by ``numpy_polymul(c1, c2)`` at `numba/np/polynomial/polynomial_functions.py:236-251 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/polynomial/polynomial_functions.py#L236-L251>`_

.. function:: numpy.polynomial.polynomial.polysub
   :noindex:


   - defined by ``numpy_polysub(c1, c2)`` at `numba/np/polynomial/polynomial_functions.py:211-233 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/polynomial/polynomial_functions.py#L211-L233>`_

.. function:: numpy.polynomial.polynomial.polyval
   :noindex:


   - defined by ``poly_polyval(x, c, tensor=True)`` at `numba/np/polynomial/polynomial_functions.py:254-298 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/polynomial/polynomial_functions.py#L254-L298>`_

Not showing 18 unsupported functions.

supported = 6 / 24 = 25.00%


numpy.polynomial.polyutils
--------------------------

.. function:: numpy.polynomial.polyutils.as_series
   :noindex:


   - defined by ``polyutils_as_series(alist, trim=True)`` at `numba/np/polynomial/polynomial_functions.py:90-145 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/polynomial/polynomial_functions.py#L90-L145>`_

.. function:: numpy.polynomial.polyutils.trimseq
   :noindex:


   - defined by ``polyutils_trimseq(seq)`` at `numba/np/polynomial/polynomial_functions.py:64-87 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/np/polynomial/polynomial_functions.py#L64-L87>`_

Not showing 7 unsupported functions.

supported = 2 / 9 = 22.22%


numpy.polynomial.setup
----------------------

This module is not supported.


numpy.random
------------

.. function:: numpy.random.beta
   :noindex:


   - defined by ``ol_np_random_beta(a, b)`` at `numba/cpython/randomimpl.py:876-883 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L876-L883>`_
   - defined by ``beta_impl(a, b, size)`` at `numba/cpython/randomimpl.py:900-913 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L900-L913>`_

.. function:: numpy.random.binomial
   :noindex:


   - defined by ``binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1178-1231 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1178-L1231>`_
   - defined by ``binomial_impl(n, p, size)`` at `numba/cpython/randomimpl.py:1234-1247 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1234-L1247>`_

.. function:: numpy.random.chisquare
   :noindex:


   - defined by ``chisquare_impl(df)`` at `numba/cpython/randomimpl.py:1250-1256 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1250-L1256>`_
   - defined by ``chisquare_impl2(df, size)`` at `numba/cpython/randomimpl.py:1259-1272 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1259-L1272>`_

.. function:: numpy.random.choice
   :noindex:


   - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1915-1996 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1915-L1996>`_

.. function:: numpy.random.dirichlet
   :noindex:


   - defined by ``dirichlet(alpha)`` at `numba/cpython/randomimpl.py:2083-2090 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2083-L2090>`_
   - defined by ``dirichlet(alpha, size=None)`` at `numba/cpython/randomimpl.py:2093-2134 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2093-L2134>`_

.. function:: numpy.random.exponential
   :noindex:


   - defined by ``exponential_impl(scale)`` at `numba/cpython/randomimpl.py:932-937 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L932-L937>`_
   - defined by ``exponential_impl(scale, size)`` at `numba/cpython/randomimpl.py:940-953 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L940-L953>`_
   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:956-961 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L956-L961>`_

.. function:: numpy.random.f
   :noindex:


   - defined by ``f_impl(dfnum, dfden)`` at `numba/cpython/randomimpl.py:1275-1283 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1275-L1283>`_
   - defined by ``f_impl(dfnum, dfden, size)`` at `numba/cpython/randomimpl.py:1286-1301 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1286-L1301>`_

.. function:: numpy.random.gamma
   :noindex:


   - defined by ``ol_np_random_gamma1(shape)`` at `numba/cpython/randomimpl.py:761-765 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L761-L765>`_
   - defined by ``ol_np_random_gamma2(shape, scale)`` at `numba/cpython/randomimpl.py:768-775 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L768-L775>`_
   - defined by ``gamma_impl(shape, scale, size)`` at `numba/cpython/randomimpl.py:837-850 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L837-L850>`_

.. function:: numpy.random.geometric
   :noindex:


   - defined by ``geometric_impl(p)`` at `numba/cpython/randomimpl.py:1304-1325 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1304-L1325>`_
   - defined by ``geometric_impl(p, size)`` at `numba/cpython/randomimpl.py:1328-1341 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1328-L1341>`_

.. function:: numpy.random.gumbel
   :noindex:


   - defined by ``gumbel_impl(loc, scale)`` at `numba/cpython/randomimpl.py:1344-1352 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1344-L1352>`_
   - defined by ``gumbel_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1355-1368 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1355-L1368>`_

.. function:: numpy.random.hypergeometric
   :noindex:


   - defined by ``hypergeometric_impl(ngood, nbad, nsample)`` at `numba/cpython/randomimpl.py:1371-1392 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1371-L1392>`_
   - defined by ``hypergeometric_impl(ngood, nbad, nsample, size)`` at `numba/cpython/randomimpl.py:1395-1409 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1395-L1409>`_

.. function:: numpy.random.laplace
   :noindex:


   - defined by ``laplace_impl0()`` at `numba/cpython/randomimpl.py:1412-1414 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1412-L1414>`_
   - defined by ``laplace_impl1(loc)`` at `numba/cpython/randomimpl.py:1417-1420 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1417-L1420>`_
   - defined by ``laplace_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1423-1427 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1423-L1427>`_
   - defined by ``laplace_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1430-1443 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1430-L1443>`_

.. function:: numpy.random.logistic
   :noindex:


   - defined by ``logistic_impl0()`` at `numba/cpython/randomimpl.py:1454-1456 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1454-L1456>`_
   - defined by ``logistic_impl1(loc)`` at `numba/cpython/randomimpl.py:1459-1462 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1459-L1462>`_
   - defined by ``logistic_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1465-1469 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1465-L1469>`_
   - defined by ``logistic_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1472-1485 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1472-L1485>`_

.. function:: numpy.random.lognormal
   :noindex:


   - defined by ``np_lognormal_impl0()`` at `numba/cpython/randomimpl.py:981-983 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L981-L983>`_
   - defined by ``np_log_normal_impl1(mean)`` at `numba/cpython/randomimpl.py:986-989 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L986-L989>`_
   - defined by ``np_log_normal_impl2(mean, sigma)`` at `numba/cpython/randomimpl.py:992-997 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L992-L997>`_
   - defined by ``lognormal_impl(mean, sigma, size)`` at `numba/cpython/randomimpl.py:1000-1013 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1000-L1013>`_

.. function:: numpy.random.logseries
   :noindex:


   - defined by ``logseries_impl(p)`` at `numba/cpython/randomimpl.py:1514-1517 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1514-L1517>`_
   - defined by ``logseries_impl(p, size)`` at `numba/cpython/randomimpl.py:1520-1533 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1520-L1533>`_

.. function:: numpy.random.multinomial
   :noindex:


   - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:2002-2077 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2002-L2077>`_

.. function:: numpy.random.negative_binomial
   :noindex:


   - defined by ``negative_binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1536-1548 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1536-L1548>`_

.. function:: numpy.random.noncentral_chisquare
   :noindex:


   - defined by ``noncentral_chisquare(df, nonc)`` at `numba/cpython/randomimpl.py:2163-2171 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2163-L2171>`_
   - defined by ``noncentral_chisquare(df, nonc, size=None)`` at `numba/cpython/randomimpl.py:2174-2197 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2174-L2197>`_

.. function:: numpy.random.normal
   :noindex:


   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:288-291 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L288-L291>`_
   - defined by ``np_gauss_impl1(loc)`` at `numba/cpython/randomimpl.py:294-297 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L294-L297>`_
   - defined by ``np_gauss_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:300-310 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L300-L310>`_
   - defined by ``np_gauss_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:329-346 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L329-L346>`_

.. function:: numpy.random.pareto
   :noindex:


   - defined by ``pareto_impl(a)`` at `numba/cpython/randomimpl.py:1039-1047 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1039-L1047>`_
   - defined by ``pareto_impl(a, size)`` at `numba/cpython/randomimpl.py:1050-1063 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1050-L1063>`_

.. function:: numpy.random.permutation
   :noindex:


   - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1862-1876 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1862-L1876>`_

.. function:: numpy.random.poisson
   :noindex:


   - defined by ``poisson_impl0()`` at `numba/cpython/randomimpl.py:1551-1553 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1551-L1553>`_
   - defined by ``poisson_impl1(lam)`` at `numba/cpython/randomimpl.py:1556-1619 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1556-L1619>`_
   - defined by ``poisson_impl2(lam, size)`` at `numba/cpython/randomimpl.py:1622-1637 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1622-L1637>`_

.. function:: numpy.random.power
   :noindex:


   - defined by ``power_impl(a)`` at `numba/cpython/randomimpl.py:1640-1649 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1640-L1649>`_
   - defined by ``power_impl(a, size)`` at `numba/cpython/randomimpl.py:1652-1665 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1652-L1665>`_

.. function:: numpy.random.rand
   :noindex:


   - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1882-1894 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1882-L1894>`_

.. function:: numpy.random.randint
   :noindex:


   - defined by ``np_randint_impl_1(low)`` at `numba/cpython/randomimpl.py:568-571 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L568-L571>`_
   - defined by ``np_randint_impl_2(low, high)`` at `numba/cpython/randomimpl.py:574-596 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L574-L596>`_
   - defined by ``np_randint_impl_3(low, high, size)`` at `numba/cpython/randomimpl.py:599-617 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L599-L617>`_

.. function:: numpy.random.randn
   :noindex:


   - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1897-1909 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1897-L1909>`_

.. function:: numpy.random.random
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.random_sample
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.ranf
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.rayleigh
   :noindex:


   - defined by ``rayleigh_impl0()`` at `numba/cpython/randomimpl.py:1668-1670 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1668-L1670>`_
   - defined by ``rayleigh_impl1(scale)`` at `numba/cpython/randomimpl.py:1673-1680 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1673-L1680>`_
   - defined by ``rayleigh_impl2(scale, size)`` at `numba/cpython/randomimpl.py:1685-1698 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1685-L1698>`_

.. function:: numpy.random.sample
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.seed
   :noindex:


   - defined by ``seed_impl(seed)`` at `numba/cpython/randomimpl.py:209-212 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L209-L212>`_

.. function:: numpy.random.shuffle
   :noindex:


   - defined by ``shuffle_impl(x)`` at `numba/cpython/randomimpl.py:1857-1859 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1857-L1859>`_

.. function:: numpy.random.standard_cauchy
   :noindex:


   - defined by ``cauchy_impl()`` at `numba/cpython/randomimpl.py:1701-1706 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1701-L1706>`_
   - defined by ``standard_cauchy_impl(size)`` at `numba/cpython/randomimpl.py:1709-1722 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1709-L1722>`_

.. function:: numpy.random.standard_exponential
   :noindex:


   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:956-961 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L956-L961>`_
   - defined by ``standard_exponential_impl(size)`` at `numba/cpython/randomimpl.py:964-978 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L964-L978>`_

.. function:: numpy.random.standard_gamma
   :noindex:


   - defined by ``ol_np_random_gamma1(shape)`` at `numba/cpython/randomimpl.py:761-765 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L761-L765>`_
   - defined by ``standard_gamma_impl(shape, size)`` at `numba/cpython/randomimpl.py:853-866 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L853-L866>`_

.. function:: numpy.random.standard_normal
   :noindex:


   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:288-291 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L288-L291>`_
   - defined by ``standard_normal_impl1(size)`` at `numba/cpython/randomimpl.py:313-326 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L313-L326>`_

.. function:: numpy.random.standard_t
   :noindex:


   - defined by ``standard_t_impl(df)`` at `numba/cpython/randomimpl.py:1725-1734 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1725-L1734>`_
   - defined by ``standard_t_impl2(df, size)`` at `numba/cpython/randomimpl.py:1737-1750 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1737-L1750>`_

.. function:: numpy.random.triangular
   :noindex:


   - defined by ``triangular_impl_3(left, mode, right)`` at `numba/cpython/randomimpl.py:717-733 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L717-L733>`_
   - defined by ``triangular_impl(left, mode, right, size=None)`` at `numba/cpython/randomimpl.py:736-751 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L736-L751>`_

.. function:: numpy.random.uniform
   :noindex:


   - defined by ``np_uniform_impl0()`` at `numba/cpython/randomimpl.py:620-622 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L620-L622>`_
   - defined by ``np_uniform_impl2(low, high)`` at `numba/cpython/randomimpl.py:638-648 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L638-L648>`_
   - defined by ``np_uniform_impl3(low, high, size)`` at `numba/cpython/randomimpl.py:663-680 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L663-L680>`_

.. function:: numpy.random.vonmises
   :noindex:


   - defined by ``vonmisesvariate_impl(mu, kappa)`` at `numba/cpython/randomimpl.py:1112-1115 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1112-L1115>`_
   - defined by ``vonmises_impl(mu, kappa, size)`` at `numba/cpython/randomimpl.py:1162-1175 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1162-L1175>`_

.. function:: numpy.random.wald
   :noindex:


   - defined by ``wald_impl(mean, scale)`` at `numba/cpython/randomimpl.py:1753-1771 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1753-L1771>`_
   - defined by ``wald_impl2(mean, scale, size)`` at `numba/cpython/randomimpl.py:1774-1787 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1774-L1787>`_

.. function:: numpy.random.weibull
   :noindex:


   - defined by ``weibull_impl(a)`` at `numba/cpython/randomimpl.py:1079-1087 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1079-L1087>`_
   - defined by ``weibull_impl2(a, size)`` at `numba/cpython/randomimpl.py:1090-1103 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1090-L1103>`_

.. function:: numpy.random.zipf
   :noindex:


   - defined by ``zipf_impl(a)`` at `numba/cpython/randomimpl.py:1790-1806 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1790-L1806>`_
   - defined by ``zipf_impl(a, size)`` at `numba/cpython/randomimpl.py:1809-1822 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1809-L1822>`_

Not showing 9 unsupported functions.

supported = 44 / 53 = 83.02%


numpy.random.bit_generator
--------------------------

This module is not supported.


numpy.random.mtrand
-------------------

.. function:: numpy.random.mtrand.beta
   :noindex:

   Alias to: ``numpy.random.beta``

   - defined by ``ol_np_random_beta(a, b)`` at `numba/cpython/randomimpl.py:876-883 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L876-L883>`_
   - defined by ``beta_impl(a, b, size)`` at `numba/cpython/randomimpl.py:900-913 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L900-L913>`_

.. function:: numpy.random.mtrand.binomial
   :noindex:

   Alias to: ``numpy.random.binomial``

   - defined by ``binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1178-1231 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1178-L1231>`_
   - defined by ``binomial_impl(n, p, size)`` at `numba/cpython/randomimpl.py:1234-1247 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1234-L1247>`_

.. function:: numpy.random.mtrand.chisquare
   :noindex:

   Alias to: ``numpy.random.chisquare``

   - defined by ``chisquare_impl(df)`` at `numba/cpython/randomimpl.py:1250-1256 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1250-L1256>`_
   - defined by ``chisquare_impl2(df, size)`` at `numba/cpython/randomimpl.py:1259-1272 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1259-L1272>`_

.. function:: numpy.random.mtrand.choice
   :noindex:

   Alias to: ``numpy.random.choice``

   - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1915-1996 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1915-L1996>`_

.. function:: numpy.random.mtrand.dirichlet
   :noindex:

   Alias to: ``numpy.random.dirichlet``

   - defined by ``dirichlet(alpha)`` at `numba/cpython/randomimpl.py:2083-2090 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2083-L2090>`_
   - defined by ``dirichlet(alpha, size=None)`` at `numba/cpython/randomimpl.py:2093-2134 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2093-L2134>`_

.. function:: numpy.random.mtrand.exponential
   :noindex:

   Alias to: ``numpy.random.exponential``

   - defined by ``exponential_impl(scale)`` at `numba/cpython/randomimpl.py:932-937 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L932-L937>`_
   - defined by ``exponential_impl(scale, size)`` at `numba/cpython/randomimpl.py:940-953 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L940-L953>`_
   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:956-961 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L956-L961>`_

.. function:: numpy.random.mtrand.f
   :noindex:

   Alias to: ``numpy.random.f``

   - defined by ``f_impl(dfnum, dfden)`` at `numba/cpython/randomimpl.py:1275-1283 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1275-L1283>`_
   - defined by ``f_impl(dfnum, dfden, size)`` at `numba/cpython/randomimpl.py:1286-1301 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1286-L1301>`_

.. function:: numpy.random.mtrand.gamma
   :noindex:

   Alias to: ``numpy.random.gamma``

   - defined by ``ol_np_random_gamma1(shape)`` at `numba/cpython/randomimpl.py:761-765 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L761-L765>`_
   - defined by ``ol_np_random_gamma2(shape, scale)`` at `numba/cpython/randomimpl.py:768-775 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L768-L775>`_
   - defined by ``gamma_impl(shape, scale, size)`` at `numba/cpython/randomimpl.py:837-850 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L837-L850>`_

.. function:: numpy.random.mtrand.geometric
   :noindex:

   Alias to: ``numpy.random.geometric``

   - defined by ``geometric_impl(p)`` at `numba/cpython/randomimpl.py:1304-1325 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1304-L1325>`_
   - defined by ``geometric_impl(p, size)`` at `numba/cpython/randomimpl.py:1328-1341 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1328-L1341>`_

.. function:: numpy.random.mtrand.gumbel
   :noindex:

   Alias to: ``numpy.random.gumbel``

   - defined by ``gumbel_impl(loc, scale)`` at `numba/cpython/randomimpl.py:1344-1352 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1344-L1352>`_
   - defined by ``gumbel_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1355-1368 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1355-L1368>`_

.. function:: numpy.random.mtrand.hypergeometric
   :noindex:

   Alias to: ``numpy.random.hypergeometric``

   - defined by ``hypergeometric_impl(ngood, nbad, nsample)`` at `numba/cpython/randomimpl.py:1371-1392 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1371-L1392>`_
   - defined by ``hypergeometric_impl(ngood, nbad, nsample, size)`` at `numba/cpython/randomimpl.py:1395-1409 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1395-L1409>`_

.. function:: numpy.random.mtrand.laplace
   :noindex:

   Alias to: ``numpy.random.laplace``

   - defined by ``laplace_impl0()`` at `numba/cpython/randomimpl.py:1412-1414 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1412-L1414>`_
   - defined by ``laplace_impl1(loc)`` at `numba/cpython/randomimpl.py:1417-1420 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1417-L1420>`_
   - defined by ``laplace_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1423-1427 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1423-L1427>`_
   - defined by ``laplace_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1430-1443 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1430-L1443>`_

.. function:: numpy.random.mtrand.logistic
   :noindex:

   Alias to: ``numpy.random.logistic``

   - defined by ``logistic_impl0()`` at `numba/cpython/randomimpl.py:1454-1456 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1454-L1456>`_
   - defined by ``logistic_impl1(loc)`` at `numba/cpython/randomimpl.py:1459-1462 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1459-L1462>`_
   - defined by ``logistic_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1465-1469 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1465-L1469>`_
   - defined by ``logistic_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1472-1485 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1472-L1485>`_

.. function:: numpy.random.mtrand.lognormal
   :noindex:

   Alias to: ``numpy.random.lognormal``

   - defined by ``np_lognormal_impl0()`` at `numba/cpython/randomimpl.py:981-983 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L981-L983>`_
   - defined by ``np_log_normal_impl1(mean)`` at `numba/cpython/randomimpl.py:986-989 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L986-L989>`_
   - defined by ``np_log_normal_impl2(mean, sigma)`` at `numba/cpython/randomimpl.py:992-997 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L992-L997>`_
   - defined by ``lognormal_impl(mean, sigma, size)`` at `numba/cpython/randomimpl.py:1000-1013 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1000-L1013>`_

.. function:: numpy.random.mtrand.logseries
   :noindex:

   Alias to: ``numpy.random.logseries``

   - defined by ``logseries_impl(p)`` at `numba/cpython/randomimpl.py:1514-1517 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1514-L1517>`_
   - defined by ``logseries_impl(p, size)`` at `numba/cpython/randomimpl.py:1520-1533 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1520-L1533>`_

.. function:: numpy.random.mtrand.multinomial
   :noindex:

   Alias to: ``numpy.random.multinomial``

   - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:2002-2077 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2002-L2077>`_

.. function:: numpy.random.mtrand.negative_binomial
   :noindex:

   Alias to: ``numpy.random.negative_binomial``

   - defined by ``negative_binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1536-1548 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1536-L1548>`_

.. function:: numpy.random.mtrand.noncentral_chisquare
   :noindex:

   Alias to: ``numpy.random.noncentral_chisquare``

   - defined by ``noncentral_chisquare(df, nonc)`` at `numba/cpython/randomimpl.py:2163-2171 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2163-L2171>`_
   - defined by ``noncentral_chisquare(df, nonc, size=None)`` at `numba/cpython/randomimpl.py:2174-2197 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L2174-L2197>`_

.. function:: numpy.random.mtrand.normal
   :noindex:

   Alias to: ``numpy.random.normal``

   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:288-291 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L288-L291>`_
   - defined by ``np_gauss_impl1(loc)`` at `numba/cpython/randomimpl.py:294-297 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L294-L297>`_
   - defined by ``np_gauss_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:300-310 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L300-L310>`_
   - defined by ``np_gauss_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:329-346 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L329-L346>`_

.. function:: numpy.random.mtrand.pareto
   :noindex:

   Alias to: ``numpy.random.pareto``

   - defined by ``pareto_impl(a)`` at `numba/cpython/randomimpl.py:1039-1047 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1039-L1047>`_
   - defined by ``pareto_impl(a, size)`` at `numba/cpython/randomimpl.py:1050-1063 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1050-L1063>`_

.. function:: numpy.random.mtrand.permutation
   :noindex:

   Alias to: ``numpy.random.permutation``

   - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1862-1876 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1862-L1876>`_

.. function:: numpy.random.mtrand.poisson
   :noindex:

   Alias to: ``numpy.random.poisson``

   - defined by ``poisson_impl0()`` at `numba/cpython/randomimpl.py:1551-1553 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1551-L1553>`_
   - defined by ``poisson_impl1(lam)`` at `numba/cpython/randomimpl.py:1556-1619 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1556-L1619>`_
   - defined by ``poisson_impl2(lam, size)`` at `numba/cpython/randomimpl.py:1622-1637 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1622-L1637>`_

.. function:: numpy.random.mtrand.power
   :noindex:

   Alias to: ``numpy.random.power``

   - defined by ``power_impl(a)`` at `numba/cpython/randomimpl.py:1640-1649 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1640-L1649>`_
   - defined by ``power_impl(a, size)`` at `numba/cpython/randomimpl.py:1652-1665 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1652-L1665>`_

.. function:: numpy.random.mtrand.rand
   :noindex:

   Alias to: ``numpy.random.rand``

   - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1882-1894 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1882-L1894>`_

.. function:: numpy.random.mtrand.randint
   :noindex:

   Alias to: ``numpy.random.randint``

   - defined by ``np_randint_impl_1(low)`` at `numba/cpython/randomimpl.py:568-571 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L568-L571>`_
   - defined by ``np_randint_impl_2(low, high)`` at `numba/cpython/randomimpl.py:574-596 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L574-L596>`_
   - defined by ``np_randint_impl_3(low, high, size)`` at `numba/cpython/randomimpl.py:599-617 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L599-L617>`_

.. function:: numpy.random.mtrand.randn
   :noindex:

   Alias to: ``numpy.random.randn``

   - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1897-1909 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1897-L1909>`_

.. function:: numpy.random.mtrand.random
   :noindex:

   Alias to: ``numpy.random.random``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.mtrand.random_sample
   :noindex:

   Alias to: ``numpy.random.random_sample``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.mtrand.ranf
   :noindex:

   Alias to: ``numpy.random.ranf``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.mtrand.rayleigh
   :noindex:

   Alias to: ``numpy.random.rayleigh``

   - defined by ``rayleigh_impl0()`` at `numba/cpython/randomimpl.py:1668-1670 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1668-L1670>`_
   - defined by ``rayleigh_impl1(scale)`` at `numba/cpython/randomimpl.py:1673-1680 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1673-L1680>`_
   - defined by ``rayleigh_impl2(scale, size)`` at `numba/cpython/randomimpl.py:1685-1698 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1685-L1698>`_

.. function:: numpy.random.mtrand.sample
   :noindex:

   Alias to: ``numpy.random.sample``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.mtrand.seed
   :noindex:

   Alias to: ``numpy.random.seed``

   - defined by ``seed_impl(seed)`` at `numba/cpython/randomimpl.py:209-212 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L209-L212>`_

.. function:: numpy.random.mtrand.shuffle
   :noindex:

   Alias to: ``numpy.random.shuffle``

   - defined by ``shuffle_impl(x)`` at `numba/cpython/randomimpl.py:1857-1859 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1857-L1859>`_

.. function:: numpy.random.mtrand.standard_cauchy
   :noindex:

   Alias to: ``numpy.random.standard_cauchy``

   - defined by ``cauchy_impl()`` at `numba/cpython/randomimpl.py:1701-1706 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1701-L1706>`_
   - defined by ``standard_cauchy_impl(size)`` at `numba/cpython/randomimpl.py:1709-1722 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1709-L1722>`_

.. function:: numpy.random.mtrand.standard_exponential
   :noindex:

   Alias to: ``numpy.random.standard_exponential``

   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:956-961 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L956-L961>`_
   - defined by ``standard_exponential_impl(size)`` at `numba/cpython/randomimpl.py:964-978 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L964-L978>`_

.. function:: numpy.random.mtrand.standard_gamma
   :noindex:

   Alias to: ``numpy.random.standard_gamma``

   - defined by ``ol_np_random_gamma1(shape)`` at `numba/cpython/randomimpl.py:761-765 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L761-L765>`_
   - defined by ``standard_gamma_impl(shape, size)`` at `numba/cpython/randomimpl.py:853-866 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L853-L866>`_

.. function:: numpy.random.mtrand.standard_normal
   :noindex:

   Alias to: ``numpy.random.standard_normal``

   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:288-291 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L288-L291>`_
   - defined by ``standard_normal_impl1(size)`` at `numba/cpython/randomimpl.py:313-326 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L313-L326>`_

.. function:: numpy.random.mtrand.standard_t
   :noindex:

   Alias to: ``numpy.random.standard_t``

   - defined by ``standard_t_impl(df)`` at `numba/cpython/randomimpl.py:1725-1734 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1725-L1734>`_
   - defined by ``standard_t_impl2(df, size)`` at `numba/cpython/randomimpl.py:1737-1750 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1737-L1750>`_

.. function:: numpy.random.mtrand.triangular
   :noindex:

   Alias to: ``numpy.random.triangular``

   - defined by ``triangular_impl_3(left, mode, right)`` at `numba/cpython/randomimpl.py:717-733 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L717-L733>`_
   - defined by ``triangular_impl(left, mode, right, size=None)`` at `numba/cpython/randomimpl.py:736-751 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L736-L751>`_

.. function:: numpy.random.mtrand.uniform
   :noindex:

   Alias to: ``numpy.random.uniform``

   - defined by ``np_uniform_impl0()`` at `numba/cpython/randomimpl.py:620-622 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L620-L622>`_
   - defined by ``np_uniform_impl2(low, high)`` at `numba/cpython/randomimpl.py:638-648 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L638-L648>`_
   - defined by ``np_uniform_impl3(low, high, size)`` at `numba/cpython/randomimpl.py:663-680 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L663-L680>`_

.. function:: numpy.random.mtrand.vonmises
   :noindex:

   Alias to: ``numpy.random.vonmises``

   - defined by ``vonmisesvariate_impl(mu, kappa)`` at `numba/cpython/randomimpl.py:1112-1115 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1112-L1115>`_
   - defined by ``vonmises_impl(mu, kappa, size)`` at `numba/cpython/randomimpl.py:1162-1175 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1162-L1175>`_

.. function:: numpy.random.mtrand.wald
   :noindex:

   Alias to: ``numpy.random.wald``

   - defined by ``wald_impl(mean, scale)`` at `numba/cpython/randomimpl.py:1753-1771 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1753-L1771>`_
   - defined by ``wald_impl2(mean, scale, size)`` at `numba/cpython/randomimpl.py:1774-1787 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1774-L1787>`_

.. function:: numpy.random.mtrand.weibull
   :noindex:

   Alias to: ``numpy.random.weibull``

   - defined by ``weibull_impl(a)`` at `numba/cpython/randomimpl.py:1079-1087 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1079-L1087>`_
   - defined by ``weibull_impl2(a, size)`` at `numba/cpython/randomimpl.py:1090-1103 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1090-L1103>`_

.. function:: numpy.random.mtrand.zipf
   :noindex:

   Alias to: ``numpy.random.zipf``

   - defined by ``zipf_impl(a)`` at `numba/cpython/randomimpl.py:1790-1806 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1790-L1806>`_
   - defined by ``zipf_impl(a, size)`` at `numba/cpython/randomimpl.py:1809-1822 <https://github.com/numba/numba/blob/9ce83ef5c35d7f68a547bf2fd1266b9a88d3a00d/numba/cpython/randomimpl.py#L1809-L1822>`_

Not showing 8 unsupported functions.

supported = 44 / 52 = 84.62%


numpy.testing
-------------

This module is not supported.


numpy.testing.overrides
-----------------------

This module is not supported.


numpy.testing.print_coercion_tables
-----------------------------------

This module is not supported.


numpy.testing.setup
-------------------

This module is not supported.


numpy.typing
------------

This module is not supported.


numpy.typing.mypy_plugin
------------------------

This module is not supported.


numpy.typing.setup
------------------

This module is not supported.


numpy.version
-------------

This module is not supported.


