Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Random sampling (
numpy.random
)
»
numpy.random.shuffle
¶
numpy.random.
shuffle
(
x
)
¶
Modify a sequence in-place by shuffling its contents.
Previous topic
numpy.random.bytes
Next topic
numpy.random.permutation
This Page
Show Source
Edit page
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Random sampling (
numpy.random
)
»