Seven-sided dice from five-sided dice: Difference between revisions

Content added Content deleted
(add julia example. Not complete (no testing))
(→‎{{header|Julia}}: Marked incomplete as missing check for at least 1000000)
Line 960: Line 960:


=={{header|Julia}}==
=={{header|Julia}}==
{{incomplete|Julia|Missing check for at least 1000000}}
<lang Julia>dice5() = rand(1:5)
<lang Julia>dice5() = rand(1:5)
function dice7()
function dice7()