[PATCH v3] libstdc++: Implement Philox Engine [PR119794]

2025-07-18 Thread 1nfocalypse
rther alterations are needed. Built/tested on x86_64-linux-gnu.From a175a89dd87426d1724812040bf8bb33680a9cb8 Mon Sep 17 00:00:00 2001 From: 1nfocalypse <1nfocaly...@protonmail.com> Date: Fri, 18 Jul 2025 01:16:48 + Subject: [PATCH] [PATCH v3] libstdc++: implement Philox Engine [PR119794]

Re: [PATCH v2] libstdc++: implement Philox Engine [PR119794]

2025-07-11 Thread 1nfocalypse
Good evening! Thank you both for the review, I'll get to work on cleaning it up and send out a v3 soon. Additionally, don't worry about the delay, and thank you for your patience. Have a good weekend! Regards, 1nfocalypse On Friday, July 11th, 2025 at 9:29 AM, Patrick Palka wr

[PATCH v2] libstdc++: implement Philox Engine [PR119794]

2025-05-21 Thread 1nfocalypse
ather than numeric_limits, since the specified width may differ from the width of the type used. Built/tested on x86_64-linux-gnu. - 1nfocalypseFrom 8fca3ac477c18fc988bd8148e1bc97fef0f3ff0c Mon Sep 17 00:00:00 2001 From: 1nfocalypse <1nfocaly...@protonmail.com> Date: Wed, 21 May 2025 13:04:46 +

[PATCH] libstdc++: implement Philox Engine [PR119794]

2025-05-20 Thread 1nfocalypse
rther flexibility in the case of a user-specified size outside the norm where the maximum value of a register is not equal to the maximum value of the specified word length. Built and tested on x86_64-linux-gnu. 1nfocalypseFrom 69db1ff9e7b8ace24cd4da246f3481a4544a9aec Mon Sep 17 00:00:00 2001 From: 1nfoca