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: 10 December 2022 23:23 UTC
- Date retrieved: 29 March 2023 13:56 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197
- Page Version ID: 334197
Citation styles for Random Latin squares
APA style
Random Latin squares. (2022, December 10). Rosetta Code, . Retrieved 13:56, March 29, 2023 from https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197.
MLA style
"Random Latin squares." Rosetta Code, . 10 Dec 2022, 23:23 UTC. 29 Mar 2023, 13:56 <https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197>.
MHRA style
Rosetta Code contributors, 'Random Latin squares', Rosetta Code, , 10 December 2022, 23:23 UTC, <https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197> [accessed 29 March 2023]
Chicago style
Rosetta Code contributors, "Random Latin squares," Rosetta Code, , https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197 (accessed March 29, 2023).
CBE/CSE style
Rosetta Code contributors. Random Latin squares [Internet]. Rosetta Code, ; 2022 Dec 10, 23:23 UTC [cited 2023 Mar 29]. Available from: https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197.
Bluebook style
Random Latin squares, https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197 (last visited March 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Random Latin squares --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197", note = "[Online; accessed 29-March-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 = "Random Latin squares --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Random_Latin_squares&oldid=334197}", note = "[Online; accessed 29-March-2023]" }