Generate Chess960 starting position: Difference between revisions

Content added Content deleted
m (→‎{{header|Factor}}: add comments)
m (→‎{{header|Factor}}: unhyphenate the name of the method used)
Line 480: Line 480:


=={{header|Factor}}==
=={{header|Factor}}==
Using the single-die method: https://en.wikipedia.org/wiki/Chess960_starting_position#Single_die_method
Using the single die method: https://en.wikipedia.org/wiki/Chess960_starting_position#Single_die_method
<lang factor>USING: io kernel math random sequences ;
<lang factor>USING: io kernel math random sequences ;
IN: rosetta-code.chess960
IN: rosetta-code.chess960