Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/random.hfa

    rc8238c0 rdd46fd3  
    1010// Created On       : Fri Jan 14 07:18:11 2022
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Dec  1 11:52:08 2022
    13 // Update Count     : 115
     12// Last Modified On : Wed Nov 30 18:32:25 2022
     13// Update Count     : 111
    1414//
    1515
     
    2828//#define XOSHIRO128PP
    2929#else                                                                                                   // 32-bit architecture
    30 #define XORSHIFT_13_7_17
     30#define LEHMER64
    3131#define XORSHIFT_6_21_7
    32 //#define XOSHIRO256PP
    33 //#define XOSHIRO128PP
    3432#endif // __x86_64__
    3533
     
    4038#define PRNG_STATE_64_T __uint128_t
    4139#endif // LEHMER64
    42 
    43 #ifdef XORSHIFT_13_7_17
    44 #define PRNG_NAME_64 xorshift_13_7_17
    45 #define PRNG_STATE_64_T uint64_t
    46 #endif // XORSHIFT_13_7_17
    4740
    4841#ifdef XORSHIFT_6_21_7
Note: See TracChangeset for help on using the changeset viewer.