Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RNG to use Borland C++ RNG Routine #579

Merged
merged 4 commits into from
Jul 15, 2023
Merged

Update RNG to use Borland C++ RNG Routine #579

merged 4 commits into from
Jul 15, 2023

Commits on Jul 9, 2023

  1. Update RNG to use Borland C++ RNG Routine

    - Update `srand()` to set seed in memory
    - Change `rand()` from using internal C# RNG to ported Borland C++ routine
    enusbaum committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    fa89dfc View commit details
    Browse the repository at this point in the history
  2. Enhanced Unit Tests

    - Enhanced Unit Tests to ensure proper new SEED value is saved
    - Removed older tests for `rand()`
    enusbaum committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    3669747 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b193986 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Fix Typo

    enusbaum committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    12736f4 View commit details
    Browse the repository at this point in the history