Search:

Type: Posts; User: Michael Rupert

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,159

    I've come across the Box-Muller method, and it...

    I've come across the Box-Muller method, and it seems like the best way to do it, but to be honest, i'm not really sure how to apply that. A general over view of the process would help greatly.
  2. Replies
    3
    Views
    1,159

    Gaussian Normal Dist. Formula

    Hey guys, I'm writing a program to display a histogram of 1000 Gaussian distributed numbers. I've generated the numbers using rand and now need to transform them. I have found the following formula...
  3. Replies
    7
    Views
    2,662

    PROBLEM: Write a function that generates 1000...

    PROBLEM: Write a function that generates 1000 normally distributed (Gaussian Probabliity Distribution) random numbers. Range should be between -3 and +3. Numbers should be double floating point. And...
  4. Replies
    7
    Views
    2,662

    As a new C user, I honestly have no idea how to...

    As a new C user, I honestly have no idea how to even start to implement that, could anyone give me a hand?
  5. Replies
    7
    Views
    2,662

    Normal Distribution Histogram

    Hey guys, I'm stuck on the beginning of this assignment. I've been googling it for hours and re watching the lecture, but I can't figure it out.

    PROBLEM: Write a function that generates 1000...
Results 1 to 5 of 5