• salix5's avatar
    update RNG and uniform distribution, part 2 (#2363) · 81b781d9
    salix5 authored
    Old version:
    pheader.flag does not contain REPLAY_UNIFORM
    RNG: mt19937
    distribution: almost-uniform
    
    New version
    pheader.flag contains REPLAY_UNIFORM
    RNG: mt19937
    distribution: uniform
    
    * add bounds checking
    
    * update RNG in replay mode
    
    * replace mtrandom with mt19937
    
    * replace mtrandom with mt19937
    
    * replace mtrandom with mt19937
    81b781d9
deck_con.h 1.97 KB