Home
last modified time | relevance | path

Searched refs:PERL_XORSHIFT64_A (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h3088 #define PERL_XORSHIFT64_A(x) \ macro
H A Dhv.c59 #define XORSHIFT_RAND_BITS(x) PERL_XORSHIFT64_A(x)