.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
src/orng/__init__.py
src/orng/_utils.py
src/orng/functional.py
src/orng/orng.py
src/orng.egg-info/PKG-INFO
src/orng.egg-info/SOURCES.txt
src/orng.egg-info/dependency_links.txt
src/orng.egg-info/requires.txt
src/orng.egg-info/top_level.txt
src/orng/backends/__init__.py
src/orng/backends/cupy.py
src/orng/backends/jax.py
src/orng/backends/numpy.py
src/orng/backends/torch.py
tests/test_backends.py
tests/test_functional_backends.py
tests/test_orng.py