- Timestamp:
 - Dec 9, 2022, 5:27:50 PM (3 years ago)
 - Branches:
 - ADT, ast-experimental, master
 - Children:
 - ac8b016
 - Parents:
 - 70cd431
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/bits/random.hfa (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/bits/random.hfa
r70cd431 r3e5eeaf2 10 10 // Created On : Fri Jan 14 07:18:11 2022 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Dec 9 17: 08:30202213 // Update Count : 1 6912 // Last Modified On : Fri Dec 9 17:23:49 2022 13 // Update Count : 170 14 14 // 15 15 … … 110 110 111 111 // ALL PRNG ALGORITHMS ARE OPTIMIZED SO THAT THE PRNG LOGIC CAN HAPPEN IN PARALLEL WITH THE USE OF THE RESULT. 112 // Therefore, the set_seed routine primes the state by calling the PRNGwith the state so the seed is not return as the112 // Therefore, the set_seed routine primes the PRNG by calling it with the state so the seed is not return as the 113 113 // first random value. 114 114  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.