powered by
randomly shuffling vector
shuffle_vector(x, shuffle_rate, seed = 123456789)
A shuffled vector.
A vector.
The shuffling rate.
(optional) Random seed number. Default is 123456789.
123456789
shuffle_vector(1:100,0.15)
Run the code above in your browser using DataLab