Changeset 3e5eeaf for libcfa/src


Ignore:
Timestamp:
Dec 9, 2022, 5:27:50 PM (16 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
ac8b016
Parents:
70cd431
Message:

update documentation

File:
1 edited

Legend:

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

    r70cd431 r3e5eeaf  
    1010// Created On       : Fri Jan 14 07:18:11 2022
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Dec  9 17:08:30 2022
    13 // Update Count     : 169
     12// Last Modified On : Fri Dec  9 17:23:49 2022
     13// Update Count     : 170
    1414//
    1515
     
    110110
    111111// 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 PRNG with the state so the seed is not return as the
     112// Therefore, the set_seed routine primes the PRNG by calling it with the state so the seed is not return as the
    113113// first random value.
    114114
Note: See TracChangeset for help on using the changeset viewer.