id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
871,add 'rand' as a dynop,coke,dukeleto,"To support TT #189, we need to create a 'rand' dynop.

Suggested forms:

{{{
$N0 = rand     # generate a random float between 0 and 1
$N0 = rand $N1 # generate a random float between 0 and $N1
}}}

Might also want

{{{
srand $N0 # seed RNG.
}}}

If there is a RNG, any attributes for it should probably go into the Parrot Interpreter object.

Should be added to src/dynoplibs/math.ops",todo,closed,normal,1.5,none,,medium,done,,,,,
