Thread
Kartenspielgolf
(11 answers)
Opened by Matze at
2017-01-13 03:57
Gast wer
2017-01-24 13:39
statt:
Code (perl): (
dl
)
use
List
::
Util
qw
(
shuffle
);
my
@c
=
shuffle
(
2
..
99
);
das:
Code (perl): (
dl
)
@c
=(
2
..
99
);
push
(
spilce
@c
,
rand
(
@c
),
1
)
for
@c
;
Last edited: 2017-01-24 13:43:20 +0100 (CET)
View full thread
Kartenspielgolf