Cite This Page
Bibliographic details for Knuth shuffle
- Page name: Knuth shuffle
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 3 November 2022 18:50 UTC
- Date retrieved: 31 January 2023 10:53 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126
- Page Version ID: 333126
Citation styles for Knuth shuffle
APA style
Knuth shuffle. (2022, November 3). Rosetta Code, . Retrieved 10:53, January 31, 2023 from https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126.
MLA style
"Knuth shuffle." Rosetta Code, . 3 Nov 2022, 18:50 UTC. 31 Jan 2023, 10:53 <https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126>.
MHRA style
Rosetta Code contributors, 'Knuth shuffle', Rosetta Code, , 3 November 2022, 18:50 UTC, <https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126> [accessed 31 January 2023]
Chicago style
Rosetta Code contributors, "Knuth shuffle," Rosetta Code, , https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126 (accessed January 31, 2023).
CBE/CSE style
Rosetta Code contributors. Knuth shuffle [Internet]. Rosetta Code, ; 2022 Nov 3, 18:50 UTC [cited 2023 Jan 31]. Available from: https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126.
Bluebook style
Knuth shuffle, https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126 (last visited January 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Knuth shuffle --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126", note = "[Online; accessed 31-January-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Knuth shuffle --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Knuth_shuffle&oldid=333126}", note = "[Online; accessed 31-January-2023]" }