Skip to content

Fix: replace rand() with std::mt19937 for stochastic orbitals in sto_…#7057

Open
PKUJZX wants to merge 1 commit intodeepmodeling:developfrom
PKUJZX:develop
Open

Fix: replace rand() with std::mt19937 for stochastic orbitals in sto_…#7057
PKUJZX wants to merge 1 commit intodeepmodeling:developfrom
PKUJZX:develop

Conversation

@PKUJZX
Copy link

@PKUJZX PKUJZX commented Mar 19, 2026

Use C++11 RNG (mt19937) with proper distributions to improve randomness quality and avoid global rand/srand state.

@PKUJZX PKUJZX closed this Mar 19, 2026
@PKUJZX PKUJZX reopened this Mar 19, 2026
@mohanchen
Copy link
Collaborator

The PR seems to have some problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants