diff options
| author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2024-09-04 10:52:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 10:52:20 -0700 |
| commit | 6facf6981488700c1554dcce36d4ac774a91d568 (patch) | |
| tree | 7a7338ef0e86f14a1f26ee2df9dc5edc230a0814 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp | |
| parent | 4228e28293458e6ec49bd5487210719ff33c319a (diff) | |
[flang][runtime] Correct RANDOM_INIT seed generation (#106250)
The initial seed was generated from a bitwise AND ("&") of two
clock-generated values, instead of an XOR or (best) a truncated integer
multiplication. Maybe I mistyped a shift-7 instead of a shift-6 or
shift-8 when I wrote that line, but it was most likely just stupidity.
Fixes https://github.com/llvm/llvm-project/issues/106221.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions
