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

FlxRandom: add floatNormal #1251

Merged
merged 6 commits into from
Jul 30, 2014
Merged

FlxRandom: add floatNormal #1251

merged 6 commits into from
Jul 30, 2014

Commits on Jul 30, 2014

  1. Added floatNormal to FlxRandom (uses the box-muller transform algorit…

    …hm for pseudorandom numbers arranged in a gaussian/normal distribution)
    larsiusprime committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    36be422 View commit details
    Browse the repository at this point in the history
  2. FlxRandom: added floatNormal for random floats in a normal distributi…

    …on (uses Box-Muller transform algorithm)
    larsiusprime committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    dbad567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1743f65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c55f40 View commit details
    Browse the repository at this point in the history
  5. FlxRandom: Fixes minor bug where incorrect values could be returned i…

    …f user changes Mean and StDev on odd-numbered calls to floatNormal
    larsiusprime committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    76b0e46 View commit details
    Browse the repository at this point in the history
  6. FlxRandom: added link to normal distribution image (which goes live w…

    …hen the PR to demos is accepted)
    larsiusprime committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    7f52a4a View commit details
    Browse the repository at this point in the history