Search:

Type: Posts; User: testing123

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    9,197

    Fast normal random number generator

    I'm looking for a really fast gaussian random number generator for c/c++. The faster the better because I have a lot of them I need to generate for a monte carlo operation. Do you guys have any...
  2. Replies
    15
    Views
    6,656

    Correct! That's what I want

    Correct! That's what I want
  3. Replies
    15
    Views
    6,656

    Really I'm looking for the finite function. That...

    Really I'm looking for the finite function. That way I can get a catch-all
  4. Replies
    15
    Views
    6,656

    Doesn't work. The compiler won't let me divide by...

    Doesn't work. The compiler won't let me divide by zero.
  5. Replies
    15
    Views
    6,656

    Someone just wrote me that those functions are a...

    Someone just wrote me that those functions are a C99 nonstandard function. I have no clue how to enable those. Any simple way to code these functions?
  6. Replies
    15
    Views
    6,656

    How does one catch NaN type errors?

    Is there a good way to catch all the NaN type errors like:

    1.#IND
    -1.#IND
    -1.#INF
    1.#INF
    etc....


    I can't do:
Results 1 to 6 of 7