Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Pick-random-element/GAP/pick-random-element-1.gap
Normal file
2
Task/Pick-random-element/GAP/pick-random-element-1.gap
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
a := [2, 9, 4, 7, 5, 3];
|
||||
Random(a);
|
||||
3
Task/Pick-random-element/GAP/pick-random-element-2.gap
Normal file
3
Task/Pick-random-element/GAP/pick-random-element-2.gap
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Random(SymmetricGroup(20));
|
||||
|
||||
(1,4,8,2)(3,12)(5,14,10,18,17,7,16)(9,13)(11,15,20,19)
|
||||
Loading…
Add table
Add a link
Reference in a new issue