Re: rand48 replacement - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: rand48 replacement
Date
Msg-id alpine.DEB.2.22.394.2107031044270.2359988@pseudo
Whole thread Raw
In response to Re: rand48 replacement  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: rand48 replacement  (Yura Sokolov <y.sokolov@postgrespro.ru>)
List pgsql-hackers
> Here is a v4, which:
>
> - moves the stuff to common and fully removes random/srandom (Tom)
> - includes a range generation function based on the bitmask method (Dean)
>   but iterates with splitmix so that the state always advances once (Me)

And a v5 where an unused test file does also compile if we insist.

-- 
Fabien.
Attachment

pgsql-hackers by date:

Previous
From: Domingo Alvarez Duarte
Date:
Subject: Grammar railroad diagram
Next
From: Andrey Borodin
Date:
Subject: Re: Synchronous commit behavior during network outage