other.fischer_yates_shuffle =========================== .. py:module:: other.fischer_yates_shuffle .. autoapi-nested-parse:: The Fisher-Yates shuffle is an algorithm for generating a random permutation of a finite sequence. For more details visit wikipedia/Fischer-Yates-Shuffle. Attributes ---------- .. autoapisummary:: other.fischer_yates_shuffle.integers Functions --------- .. autoapisummary:: other.fischer_yates_shuffle.fisher_yates_shuffle Module Contents --------------- .. py:function:: fisher_yates_shuffle(data: list) -> list[Any] .. py:data:: integers :value: [0, 1, 2, 3, 4, 5, 6, 7]