1. 30 Jul, 2025 4 commits
  2. 29 Jul, 2025 1 commit
  3. 24 Jul, 2025 1 commit
  4. 18 Jul, 2025 1 commit
  5. 13 Jul, 2025 1 commit
  6. 12 Jul, 2025 2 commits
  7. 06 Jul, 2025 1 commit
  8. 30 Jun, 2025 2 commits
  9. 29 Jun, 2025 7 commits
  10. 22 Jun, 2025 2 commits
  11. 20 Jun, 2025 5 commits
  12. 19 Jun, 2025 11 commits
  13. 18 Jun, 2025 2 commits
    • mercury233's avatar
      use premake 5.0.0-beta7 & lua 5.4.8 (#766) · 6b81a1af
      mercury233 authored
      6b81a1af
    • salix5's avatar
      random (#770) · c08f2d97
      salix5 authored
      * mt19937: add seed_seq constructor
      
      * Refactor random integer generation and shuffling
      
      get_random_integer_v1: old distribution
      get_random_integer_v2: new distribution
      
      * Refactor random integer generation and shuffling logic
      
      * update ocgapi.cpp
      
      * API change: add create_duel_v2
      
      * add seed_seq constructor
      
      * add deprecated attribute
      
      * typos
      
      * revert
      
      * add deprecated attribute
      
      * revert
      
      * remove DUEL_OLD_REPLAY
      
      * disable warning 4146
      
      * Rename mt19937 to mtrandom
      
      * explicitly set rng_version
      c08f2d97