Changes in / [bccd70a:a5294af]
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
rbccd70a ra5294af 11 11 ## Created On : Sun May 31 08:54:01 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Fri Jul 16 16:00:40 202114 ## Update Count : 25 513 ## Last Modified On : Thu May 25 15:20:04 2023 14 ## Update Count : 259 15 15 ############################################################################### 16 16 … … 59 59 bits/queue.hfa \ 60 60 bits/sequence.hfa \ 61 concurrency/atomic.hfa \ 61 62 concurrency/iofwd.hfa \ 62 63 concurrency/barrier.hfa \ … … 115 116 concurrency/kernel/fwd.hfa \ 116 117 concurrency/mutex_stmt.hfa \ 117 118 118 concurrency/channel.hfa \ 119 concurrency/actor.hfa 119 120 120 121 inst_thread_headers_src = \ … … 127 128 concurrency/monitor.hfa \ 128 129 concurrency/mutex.hfa \ 129 130 concurrency/select.hfa \ 130 131 concurrency/thread.hfa 131 132 -
tests/PRNG.cfa
rbccd70a ra5294af 1 // -*- Mode: C -*- 2 // 1 // 3 2 // Cforall Version 1.0.0 Copyright (C) 2021 University of Waterloo 4 // 5 // PRNG.c -- 6 // 3 // 4 // PRNG.c -- high-perforamnce pseudo-random numbers 5 // 6 // The contents of this file are covered under the licence agreement in the 7 // file "LICENCE" distributed with Cforall. 8 // 7 9 // Author : Peter A. Buhr 8 10 // Created On : Wed Dec 29 09:38:12 2021 9 11 // Last Modified By : Peter A. Buhr 10 // Last Modified On : Sun Apr 23 22:02:09202311 // Update Count : 42 012 // Last Modified On : Thu May 25 15:39:52 2023 13 // Update Count : 422 12 14 // 13 15
Note:
See TracChangeset
for help on using the changeset viewer.