Jump to content

Random Latin squares: Difference between revisions

m
→‎{{header|Perl 6}}: demo argument order agnosticism
m (→‎{{header|Perl 6}}: demo argument order agnosticism)
Line 100:
 
# Specified size
display random :size($_), latin-square for 3, 3, 9, 14;</lang>
 
# Or, if you'd prefer:
display random latin-square, :size($_) for 9, 14;</lang>
{{out|Sample output}}
<pre> Ř ŝ ŷ ű ŭ
10,343

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.