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

change denominator of ofRandomuf from float to double. #3842

Commits on May 17, 2015

  1. change denominator of ofRandomuf from float to double.

    change from (RAND_MAX + 1.0f) to (RAND_MAX + 1.0).
    because, if RAND_MAX is sufficiently large, then RAND_MAX + 1.0f == RAND_MAX.
    in other words, often rand() / (RAND_MAX + 1.0f) returns 1.0f
    see openframeworks#3762
    2bbb committed May 17, 2015
    Copy the full SHA
    24a300a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. Copy the full SHA
    c3c36d4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. update: make small when calcration result

    and tiny optimized
    2bbb committed May 23, 2015
    Copy the full SHA
    fae2088 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    edede41 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. Copy the full SHA
    c4bcac9 View commit details
    Browse the repository at this point in the history
  2. adjusted layout

    2bbb committed Jun 3, 2015
    Copy the full SHA
    0eae57d View commit details
    Browse the repository at this point in the history