Generate Chess960 starting position: Difference between revisions

m
→‎{{header|Factor}}: unhyphenate the name of the method used
m (→‎{{header|Factor}}: add comments)
m (→‎{{header|Factor}}: unhyphenate the name of the method used)
Line 480:
 
=={{header|Factor}}==
Using the single- die method: https://en.wikipedia.org/wiki/Chess960_starting_position#Single_die_method
<lang factor>USING: io kernel math random sequences ;
IN: rosetta-code.chess960
1,808

edits