Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Uniform Distribution

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Uniform Distribution

    Hello,

    What is the purpose of random numbers with a normal distribution?(10 between 30)
    What does that mean?
    Will you give an example?


  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: Uniform Distribution

    Quote Originally Posted by irpersian20 View Post
    What is the purpose of random numbers with a normal distribution?(10 between 30)
    Numbers and distributions don't have purposes. Can you please clarify your question.

    What does that mean?
    If you're asking what a normal distribution is, please have a look first at the Wikipedia article.

    Will you give an example?
    An example of what?

    --- Update ---

    I also see that you have a history of not replying to replies to your questions in this forum. Please correct this lest you might motivate folks to not help you for fear that their efforts will be ignored.

Similar Threads

  1. normal distribution random number algorithm
    By bondage in forum Algorithms & Recursion
    Replies: 5
    Last Post: November 25th, 2011, 01:59 AM
  2. Distribution of Application
    By Onur in forum Java Theory & Questions
    Replies: 9
    Last Post: September 16th, 2011, 09:12 AM
  3. random uniform distribution with probability assignment
    By blascobz in forum Object Oriented Programming
    Replies: 0
    Last Post: February 28th, 2011, 09:16 AM