[PR #14141] [CLOSED] Update pcg_random.hpp #29955

Open
opened 2026-01-31 09:37:49 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14141
Author: @SiliconA-Z
Created: 10/5/2022
Status: Closed

Base: mainHead: pcg_random


📝 Commits (1)

📊 Changes

4 files changed (+3624 additions, -83 deletions)

View changed files

📝 oss/pcg/cgmanifest.json (+1 -1)
oss/pcg/include/pcg_extras.hpp (+666 -0)
📝 oss/pcg/include/pcg_random.hpp (+1951 -82)
oss/pcg/include/pcg_uint128.hpp (+1006 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/14141 **Author:** [@SiliconA-Z](https://github.com/SiliconA-Z) **Created:** 10/5/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pcg_random` --- ### 📝 Commits (1) - [`8640a8e`](https://github.com/microsoft/terminal/commit/8640a8e6fe663db034e35c06b9a65d2da1d214b8) Update pcg_random.hpp ### 📊 Changes **4 files changed** (+3624 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `oss/pcg/cgmanifest.json` (+1 -1) ➕ `oss/pcg/include/pcg_extras.hpp` (+666 -0) 📝 `oss/pcg/include/pcg_random.hpp` (+1951 -82) ➕ `oss/pcg/include/pcg_uint128.hpp` (+1006 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:37:49 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29955