Cite This Page
Bibliographic details for Simple Random Distribution Checker
- Page name: Simple Random Distribution Checker
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 6 February 2010 14:52 UTC
- Date retrieved: 1 June 2023 03:23 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513
- Page Version ID: 138513
Citation styles for Simple Random Distribution Checker
APA style
Simple Random Distribution Checker. (2010, February 6). Rosetta Code, . Retrieved 03:23, June 1, 2023 from https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513.
MLA style
"Simple Random Distribution Checker." Rosetta Code, . 6 Feb 2010, 14:52 UTC. 1 Jun 2023, 03:23 <https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513>.
MHRA style
Rosetta Code contributors, 'Simple Random Distribution Checker', Rosetta Code, , 6 February 2010, 14:52 UTC, <https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513> [accessed 1 June 2023]
Chicago style
Rosetta Code contributors, "Simple Random Distribution Checker," Rosetta Code, , https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513 (accessed June 1, 2023).
CBE/CSE style
Rosetta Code contributors. Simple Random Distribution Checker [Internet]. Rosetta Code, ; 2010 Feb 6, 14:52 UTC [cited 2023 Jun 1]. Available from: https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513.
Bluebook style
Simple Random Distribution Checker, https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513 (last visited June 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Simple Random Distribution Checker --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513", note = "[Online; accessed 1-June-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 = "Simple Random Distribution Checker --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/w/index.php?title=Simple_Random_Distribution_Checker&oldid=138513}", note = "[Online; accessed 1-June-2023]" }