From 4ac7370db7e7a055dbd53dd7624c3a226a3a40c4 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 24 Feb 2025 09:56:03 -0800 Subject: [PATCH] PCG32 is the default for PRNG for now --- Configure | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Configure b/Configure index 7973b5e3103a..aabd416b4ac3 100755 --- a/Configure +++ b/Configure @@ -21349,17 +21349,11 @@ esac #randbits=48 #randseedtype=U32 -# Use xoroshiro128** as the PRNG for rand() -randfunc=Perl_xoroshiro128starstar_random_double -drand01="Perl_xoroshiro128starstar_random_double()" -seedfunc="Perl_xoroshiro128starstar_seed" -randseedtype=U64 - # Use PCG32 as the PRNG for rand() -#randfunc=Perl_pcg32_random_double -#drand01="Perl_pcg32_random_double()" -#seedfunc="Perl_pcg32_seed" -#randseedtype=U64 +randfunc=Perl_pcg32_random_double +drand01="Perl_pcg32_random_double()" +seedfunc="Perl_pcg32_seed" +randseedtype=U64 : Probe whether dtrace builds an object, as newer Illumos requires an input : object file that uses at least one of the probes defined in the .d file