Search
Search Results
Search finished, found 5 page(s) matching the search query.
- extending_distributions.pyx
...(numpy.random) Extending Extending numpy.random via Cython extending_distributions.pyx...
- extending_distributions.pyx
...(numpy.random) Extending Extending numpy.random via Cython extending_distributions.pyx...
- Extending
...Generator can be used with user-provided BitGenerators. The simplest way to write a new BitGenerator is to examine the pyx file of one of the existing BitGenerators. The key structure that must be provided is the capsule which contains a P...
- Extending
numpy.random
via Cython...eson is the default build system for NumPy. See Status of numpy.distutils and migration advice. meson.build extending.pyx extending_distributions.pyx...
- meson.build
...y('npyrandom', dirs: npyrandom_path) py3.extension_module( 'extending_distributions', 'extending_distributions.pyx', install: false, include_directories: [npy_include_path], dependencies: [npyrandom_lib, npymath_lib],...