C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Random numbers in identical builds

From: Jeremy Rifkin <rifkin.jer_at_[hidden]>
Date: Tue, 11 Mar 2025 17:39:33 -0500
There is plenty of literature surrounding pseudorandom number generation
and cryptographically secure pseudorandom number generation. No need to
reinvent the wheel here. The question you should think about is whether you
think people need CSPRNG like this at compile time.

On Tue, Mar 11, 2025 at 5:22 PM Frederick Virchanza Gotham via
Std-Proposals <std-proposals_at_[hidden]> wrote:

> On Tue, Mar 11, 2025 at 4:00 PM Thiago Macieira wrote:
> >
> > Also one of the reasons some skeptics decided to not use the HWRNG
> > (exclusively or at all): you can't tell from the outside if the output is
> > random, AES-smoothed random, or a CTR-mode AES encryption of a
> > specific seed.
>
>
> I don't understand. If the output has no discernable patterns in it,
> then surely that's a good reason to use it? Why would that put people
> off using it?
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>

Received on 2025-03-11 22:39:48