Add APIs, initial non-coarray implementations, and unit
tests for the intrinsic subroutines for pseudo-random
number generation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100064
[flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in runtime ClosedPublic Authored by klausler on Apr 7 2021, 1:16 PM.
Details Summary Add APIs, initial non-coarray implementations, and unit
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 9 2021, 12:33 AM This revision was landed with ongoing or failed builds.Apr 9 2021, 5:03 PM Closed by commit rGe11140451b5f: [flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in runtime (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 336584 flang/runtime/CMakeLists.txt
flang/runtime/random.h
flang/runtime/random.cpp
flang/unittests/RuntimeGTest/CMakeLists.txt
flang/unittests/RuntimeGTest/Random.cpp
|