Search
Searching
- Bit generators
- Array API
- Array creation
...Array creation See also Array creation routines Introduction There are 6 general mechanisms for creating arrays: Conversion from other Python structures (i.e. lists and tuples) Intrinsic NumPy...
- Bit generators
- Data type API
- Data type classes (
numpy.dtypes
) - Data type promotion in NumPy
- Legacy random generation
- Mersenne Twister (MT19937)
- NumPy 1.12.0 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.16.0 Release Notes
- NumPy 1.17.0 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.19.0 Release Notes
- NumPy 1.22.0 Release Notes
- NumPy 1.24 Release Notes
- NumPy 1.25.0 Release Notes
- NumPy 1.3.0 Release Notes
- NumPy 1.6.0 Release Notes
- NumPy 1.8.0 Release Notes
- NumPy 1.9.0 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy for MATLAB users
- numpy.random.Generator.bit_generator
- numpy.random.Generator.spawn
- NumPy: the absolute basics for beginners
- Parallel random number generation
- Performance
- Permuted congruential generator (64-bit, PCG64 DXSM)
- Permuted congruential generator (64-bit, PCG64)
- Philox counter-based RNG
- Random
Generator
- Random sampling (
numpy.random
) - Releasing a version
- ufunc API
- Universal functions (
ufunc
) - Using Python as glue
- Beyond the basics
- Building from source
- Compatibility policy
- CPU build options
- Data type objects (
dtype
) - Data types
- Datetimes and timedeltas
- Development workflow
- Extending
- F2PY examples
- How to extend NumPy
- Indexing on
ndarrays
- Internal organization of NumPy arrays
- Iterating over arrays
- NumPy 1.10.0 Release Notes
- NumPy 1.10.1 Release Notes
- NumPy 1.14.0 Release Notes
- NumPy 1.15.1 Release Notes
- NumPy 1.17.4 Release Notes
- NumPy 1.17.5 Release Notes
- NumPy 1.21.3 Release Notes
- NumPy 1.26.0 Release Notes
- NumPy C-API
- NumPy core math library