From ef6b11b94a982d090df8f593a0b2ff80792a4d2a Mon Sep 17 00:00:00 2001 From: melak47 Date: Mon, 2 Feb 2026 14:22:59 +0100 Subject: [PATCH] fix attribution copy/paste mistake Signed-off-by: melak47 --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index e958ca4..1ff2ea0 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -6,7 +6,7 @@ This modernized fork of `pcg-cpp` by **Total-Random** integrates several critica ### 1. Optimized `unxorshift` - **Origin:** [imneme/pcg-cpp PR #82](https://github.com/imneme/pcg-cpp/pull/82) -- **Author:** [melak47](https://github.com/melak47) +- **Author:** [LRFLEW](https://github.com/LRFLEW) - **Description:** Implements a more efficient inverse xorshift operation. ### 2. Empty Base Class Optimization (EBCO) for MSVC