You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the q_shuffle function that shuffle node in the queue.The function
following the Fisher-Yates shuffle algorithm that shuffles the nodes in
the queue by randomly selecting a node from the remaining portion and
moving it to the tail, ensuring an unbiased shuffle consistent with the
method.
Change-Id: Ic4ee6a77b848641c72ad183db082f0ba0defccf4
0 commit comments