1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.. meta::
:description: rocRAND documentation and API reference library
:keywords: rocRAND, ROCm, API, documentation
.. _python-api:
====================
Python API reference
====================
This chapter describes the rocRAND Python module API.
API index
------------
To search an API, refer to the API :ref:`genindex`.
.. default-domain:: py
.. py:currentmodule:: rocrand
class PRNG
----------
.. autoclass:: rocrand.PRNG
:inherited-members:
:members:
class QRNG
----------
.. autoclass:: rocrand.QRNG
:inherited-members:
:members:
Exceptions
----------
.. autoexception:: rocrand.RocRandError
:members:
.. autoexception:: rocrand.HipError
:members:
Utilities
---------
.. autoclass:: rocrand.DeviceNDArray
:members:
.. autofunction:: rocrand.empty
.. autofunction:: rocrand.get_version
To search an API, refer to the :ref:`genindex` for all rocRAND APIs.
|