Searched refs:pp_rand (Results 1 – 4 of 4) sorted by relevance
141 Reuse our own target when calling pp_rand in shuffle() so we dont need to create a fake pad209 Call pp_rand via *(PL_ppaddr[OP_RAND])
1985 #define pp_rand Perl_pp_rand macro4027 #define pp_rand() Perl_pp_rand(aTHX) macro
2717 PP(pp_rand) in PP() argument
1567 sub pp_rand { maybe_targmy(@_, \&unop, "rand") } subroutine