[PATCH] D100064: [flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in runtime

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 13:16:42 PDT 2021


klausler created this revision.
klausler added a reviewer: jeanPerier.
klausler added a project: Flang.
Herald added subscribers: jdoerfert, mgorny.
Herald added a reviewer: sscalpone.
klausler requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add APIs, initial non-coarray implementations, and unit
tests for the intrinsic subroutines for pseudo-random
number generation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100064

Files:
  flang/runtime/CMakeLists.txt
  flang/runtime/random.cpp
  flang/runtime/random.h
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/Random.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100064.335916.patch
Type: text/x-patch
Size: 10758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210407/0252f22b/attachment-0001.bin>


More information about the llvm-commits mailing list