Skip to content

Commit aa78b28

Browse files
committed
s/seed/srand/, to be in line with jvm/parrot
1 parent bf2001a commit aa78b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ QAST::MASTOperations.add_core_moarop_mapping('getenvhash', 'getenvhash');
19571957
QAST::MASTOperations.add_core_moarop_mapping('shell', 'shell');
19581958
QAST::MASTOperations.add_core_moarop_mapping('rand_i', 'rand_i');
19591959
QAST::MASTOperations.add_core_moarop_mapping('rand_n', 'rand_n');
1960-
QAST::MASTOperations.add_core_moarop_mapping('seed', 'seed');
1960+
QAST::MASTOperations.add_core_moarop_mapping('srand', 'srand');
19611961

19621962
# MoarVM-specific compilation ops
19631963
QAST::MASTOperations.add_core_moarop_mapping('masttofile', 'masttofile', 2);

0 commit comments

Comments
 (0)