Skip to content

Commit

Permalink
PCG32 is the default for PRNG for now
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed Feb 24, 2025
1 parent 5ae64c3 commit 4ac7370
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ac7370

Please sign in to comment.