Home
last modified time | relevance | path

Searched refs:PERL_XORSHIFT32_A (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dhandy.h3081 #define PERL_XORSHIFT32_A(x) \ macro
Dhv.c62 #define XORSHIFT_RAND_BITS(x) PERL_XORSHIFT32_A(x)
Dperl.h9123 #define PERL_SRAND_OVERRIDE_NEXT() PERL_XORSHIFT32_A(PL_srand_override_next);