key (Union
[Array
, ndarray
, bool_
, number
, bool
, int
, float
, complex
]) – a PRNG key used as the random key.
x (Union
[Array
, ndarray
, bool_
, number
, bool
, int
, float
, complex
]) – the array to be shuffled.
axis (int
) – optional, an int axis along which to shuffle (default 0).