Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    rdd46fd3 r639e4fc  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Nov 29 20:42:21 2022
    13 // Update Count     : 56
     12// Last Modified On : Sun Jan  9 19:06:45 2022
     13// Update Count     : 48
    1414//
    1515
     
    1717#include "bits/defs.hfa"
    1818#include "bits/locks.hfa"
    19 #include "bits/random.hfa"
    2019#include "kernel/fwd.hfa"
    2120
     
    223222                struct processor * last_proc;
    224223
    225                 PRNG_STATE_T random_state;                                              // fast random numbers
     224                uint32_t random_state;                                                  // fast random numbers
    226225
    227226                #if defined( __CFA_WITH_VERIFY__ )
Note: See TracChangeset for help on using the changeset viewer.