Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.random.RandomState.shuffle
...e Random sampling (numpy.random) Legacy random generation numpy.random.RandomState.shuffle...
- numpy.random.RandomState.shuffle (Python method, in numpy.random.RandomState.shuffle)
- NumPy 1.9.2 Release Notes
...datetime component #5388: Make RandomState.set_state and RandomState.get_state threadsafe #5390: make seed, randint and shuffle threadsafe #5374: Fixed incorrect assert_array_almost_equal_nulp documentation #5393: Add support for ATLAS > 3....
- numpy.random.RandomState.choice
...different lengths, or if replace=False and the sample size is greater than the population size See also randint, shuffle, permutation random.Generator.choicewhich should be used in new code Notes Setting user-specified probabiliti...
- numpy.random.RandomState.permutation
- numpy.random.RandomState.shuffle
...e Random sampling (numpy.random) Legacy random generation numpy.random.RandomState.shuffle...
- Random
Generator
...ndom([size, dtype, out]) Return random floats in the half-open interval [0.0, 1.0). choice(a[, size, replace, p, axis, shuffle]) Generates a random sample from a given array bytes(length) Return random bytes. Permutations The method...
- What’s new or different