Cite This Page
Bibliographic details for Guess a random number
- Page name: Guess a random number
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 6 February 2021 15:17 UTC
- Date retrieved: 16 January 2025 02:34 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825
- Page Version ID: 63825
Citation styles for Guess a random number
APA style
Guess a random number. (2021, February 6). HaskellWiki. Retrieved 02:34, January 16, 2025 from https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825.
MLA style
"Guess a random number." HaskellWiki. 6 Feb 2021, 15:17 UTC. 16 Jan 2025, 02:34 <https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825>.
MHRA style
HaskellWiki contributors, 'Guess a random number', HaskellWiki, 6 February 2021, 15:17 UTC, <https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825> [accessed 16 January 2025]
Chicago style
HaskellWiki contributors, "Guess a random number," HaskellWiki, https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825 (accessed January 16, 2025).
CBE/CSE style
HaskellWiki contributors. Guess a random number [Internet]. HaskellWiki; 2021 Feb 6, 15:17 UTC [cited 2025 Jan 16]. Available from: https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825.
Bluebook style
Guess a random number, https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825 (last visited January 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Guess a random number --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825", note = "[Online; accessed 16-January-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 = "HaskellWiki", title = "Guess a random number --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Guess_a_random_number&oldid=63825}", note = "[Online; accessed 16-January-2025]" }