Cite This Page
Bibliographic details for Random Latin squares
- Page name: Random Latin squares
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 October 2024 16:26 UTC
- Date retrieved: 19 May 2025 17:44 UTC
- Permanent URL: https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817
- Page Version ID: 371817
Citation styles for Random Latin squares
APA style
Random Latin squares. (2024, October 20). Rosetta Code. Retrieved 17:44, May 19, 2025 from https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817.
MLA style
"Random Latin squares." Rosetta Code. 20 Oct 2024, 16:26 UTC. 19 May 2025, 17:44 <https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817>.
MHRA style
Rosetta Code contributors, 'Random Latin squares', Rosetta Code, 20 October 2024, 16:26 UTC, <https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817> [accessed 19 May 2025]
Chicago style
Rosetta Code contributors, "Random Latin squares," Rosetta Code, https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817 (accessed May 19, 2025).
CBE/CSE style
Rosetta Code contributors. Random Latin squares [Internet]. Rosetta Code; 2024 Oct 20, 16:26 UTC [cited 2025 May 19]. Available from: https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817.
Bluebook style
Random Latin squares, https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817 (last visited May 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Random Latin squares --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817", note = "[Online; accessed 19-May-2025]" }
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 = "Random Latin squares --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Random_Latin_squares?oldid=371817}", note = "[Online; accessed 19-May-2025]" }