Search
Search Results
Search finished, found 26 page(s) matching the search query.
- numpy.random.shuffle
...ule structure Random sampling (numpy.random) Legacy random generation numpy.random.shuffle...
- numpy.random.Generator.shuffle (Python method, in numpy.random.Generator.shuffle)
- numpy.random.RandomState.shuffle (Python method, in numpy.random.RandomState.shuffle)
- numpy.random.shuffle (Python function, in numpy.random.shuffle)
- NumPy 1.11.0 Release Notes
...arns can now be used as a context manager This matches the behavior of assert_raises. Speed improvement for np.random.shuffle np.random.shuffle is now much faster for 1d ndarrays. Changes Pyrex support was removed from numpy.distutils...
- NumPy 1.11.1 Release Notes
...al histogram bin. #7680 BUG: Fix np.clip bug NaN handling for Visual Studio 2015. #7724 BUG: Fix segfaults in np.random.shuffle. #7731 MAINT: Change mkl_info.dir_env_var from MKL to MKLROOT. #7737 BUG: Fix issue on OS X with Python 3.x, npy...
- NumPy 1.15.0 Release Notes
- NumPy 1.18.0 Release Notes
...he last axis would have a dimension of 1 in this case. (gh-13610) Add axis argument for random.permutation and random.shuffle Previously the random.permutation and random.shuffle functions can only shuffle an array along the first axis; t...
- NumPy 1.20.0 Release Notes
- NumPy 1.20.1 Release Notes
- NumPy 1.26.2 Release Notes
- NumPy 1.8.1 Release Notes
- NumPy 1.9.2 Release Notes
- numpy.random.choice
- numpy.random.Generator.choice
- numpy.random.Generator.permutation
- numpy.random.Generator.permuted
- numpy.random.Generator.shuffle
- numpy.random.permutation
- numpy.random.RandomState.choice
- numpy.random.RandomState.permutation
- numpy.random.RandomState.shuffle
- numpy.random.shuffle
- NumPy: the absolute basics for beginners
- Random
Generator
- What’s new or different