dpnp.random.shuffle

dpnp.random.shuffle(x1)[source]

Modify a sequence in-place by shuffling its contents.

For full documentation refer to numpy.random.shuffle.

Limitations

Otherwise, the function will use numpy.random.shuffle on the backend and will be executed on fallback backend.