[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