Changes in libcfa/src/bits/random.hfa [c8238c0:dd46fd3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/random.hfa
rc8238c0 rdd46fd3 10 10 // Created On : Fri Jan 14 07:18:11 2022 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Dec 1 11:52:08202213 // Update Count : 11 512 // Last Modified On : Wed Nov 30 18:32:25 2022 13 // Update Count : 111 14 14 // 15 15 … … 28 28 //#define XOSHIRO128PP 29 29 #else // 32-bit architecture 30 #define XORSHIFT_13_7_1730 #define LEHMER64 31 31 #define XORSHIFT_6_21_7 32 //#define XOSHIRO256PP33 //#define XOSHIRO128PP34 32 #endif // __x86_64__ 35 33 … … 40 38 #define PRNG_STATE_64_T __uint128_t 41 39 #endif // LEHMER64 42 43 #ifdef XORSHIFT_13_7_1744 #define PRNG_NAME_64 xorshift_13_7_1745 #define PRNG_STATE_64_T uint64_t46 #endif // XORSHIFT_13_7_1747 40 48 41 #ifdef XORSHIFT_6_21_7
Note: See TracChangeset
for help on using the changeset viewer.