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

Reseeding std::rand. #722

Closed
wants to merge 7 commits into from
Closed

Reseeding std::rand. #722

wants to merge 7 commits into from

Commits on Jan 23, 2015

  1. Reseeding std::rand.

    huonw committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    705ca01 View commit details
    Browse the repository at this point in the history
  2. Fix mangled code.

    huonw committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    6699e45 View commit details
    Browse the repository at this point in the history
  3. Switch XorShift to Xorshift.

    This is more correct.
    huonw committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    deb6ae3 View commit details
    Browse the repository at this point in the history
  4. Discuss C++'s <random> author's "RNG is not simple" paper.

    Specifically the name "random bit generators" and the conflating of
    distributions and straight uniform randomness.
    huonw committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    ec33dc6 View commit details
    Browse the repository at this point in the history
  5. Remove choose.

    huonw committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    1b6b4ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    945bc4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0175aea View commit details
    Browse the repository at this point in the history