[PR #350] [MERGED] core: Implement sceRandomGetRandomNumber #1502

Closed
opened 2026-02-27 21:12:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/350
Author: @dima-xd
Created: 7/31/2024
Status: Merged
Merged: 7/31/2024
Merged by: @raphaelthegreat

Base: mainHead: main


📝 Commits (1)

  • f233bba core: Implement sceRandomGetRandomNumber

📊 Changes

6 files changed (+55 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+5 -0)
📝 src/common/logging/types.h (+1 -0)
📝 src/core/libraries/error_codes.h (+3 -0)
📝 src/core/libraries/libs.cpp (+2 -0)
src/core/libraries/random/random.cpp (+27 -0)
src/core/libraries/random/random.h (+17 -0)

📄 Description

Needed for Gran Turismo


🔄 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/shadps4-emu/shadPS4/pull/350 **Author:** [@dima-xd](https://github.com/dima-xd) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`f233bba`](https://github.com/shadps4-emu/shadPS4/commit/f233bba4261a4b3b23755a86bc8547c386931bf3) core: Implement sceRandomGetRandomNumber ### 📊 Changes **6 files changed** (+55 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+5 -0) 📝 `src/common/logging/types.h` (+1 -0) 📝 `src/core/libraries/error_codes.h` (+3 -0) 📝 `src/core/libraries/libs.cpp` (+2 -0) ➕ `src/core/libraries/random/random.cpp` (+27 -0) ➕ `src/core/libraries/random/random.h` (+17 -0) </details> ### 📄 Description Needed for Gran Turismo --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1502
No description provided.