Random Latin squares: Difference between revisions

Content added Content deleted
(→‎{{header|zkl}}: added code)
m (Better English.)
Line 11: Line 11:


;Task:
;Task:
# Generate a function/routine/procedure/method/... that given <code>n</code> generates a randomised Latin square of size <code>n</code>.
# Create a function/routine/procedure/method/... that given <code>n</code> generates a randomised Latin square of size <code>n</code>.
# Use the function to generate ''and show here'', two randomly generated squares of size 5.
# Use the function to generate ''and show here'', two randomly generated squares of size 5.