Random number generator

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jan 2007
Posts: 39
Reputation: MacGyver Orca is an unknown quantity at this point 
Solved Threads: 4
MacGyver Orca's Avatar
MacGyver Orca MacGyver Orca is offline Offline
Light Poster

Random number generator

 
0
  #1
Feb 11th, 2007
Hi, I am working on a personal program, not homework trust me, and the main engine driving it is a random number generator. Unfortunately, I don't know how to build that engine! To make a long story short, I have objects that have a ranking, from 1 to 10, that I want to make appear randomly in a list. Every rank starts at zero, and the rankings increase by people voting on them. The votes are from 1 to 10, 1 being the lowest and 10 the highest, and the rank is rank #/total # of votes. The problem is, I don't want the objects with the higher ranks to end up being the only ones that are randomly chosen, but I still want the rank to have some kind of effect on the probability the 10's come up. Any info, or links to code that is not the Math.Random method in Java would be appreciated
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Random number generator

 
0
  #2
Feb 11th, 2007
try something like a search engine.
Or a book on probability theory.
And why don't you want to use the built-in random number generator? That very fact tells me that it IS in fact homework, as every realistic project first tries to find an existing component to do something like that as it saves a lot of time and effort and is far more likely to work correctly than something you write yourself.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 39
Reputation: MacGyver Orca is an unknown quantity at this point 
Solved Threads: 4
MacGyver Orca's Avatar
MacGyver Orca MacGyver Orca is offline Offline
Light Poster

Re: Random number generator

 
0
  #3
Feb 11th, 2007
I can't emphasize enough that this is not homework, if you read the last part of my first post I try to explain that I want the rank to have some effect on the 'random' choosing of the objects, but not an overriding positive/negative effect on the frequency. If I thought the Math.random method could do this, I would use it, but I don't think it will work, but if anyone has a way to use the Math.random in conjunction with what I want to do, then please feel free to tell me.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 3255 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC