2 # Copyright (C) 2005-2009, Parrot Foundation.
5 # random.pasm N (N = 900000 for shootout)
9 # I1 is the counter for the loop
10 # N2 is the argument for gen_random
11 # N3 is the return from gen_random
13 new P10, 'ResizableIntegerArray'
27 local_branch P10, gen_random
30 new P0, 'FixedFloatArray'
33 sprintf S0, "%.9f\n", P0
38 .macro_const IM 139968
55 # vim: expandtab shiftwidth=4 ft=pir: