I want to build a code that generates random numbers.Those numbers
represent calls arriving over a period of time. The maximum number of calls that can be accepted is 15000 calls. When this number is reached the operation should stop and the mean number of calls for the counted period of time should be calculated (Mean numof arrivals = 15000calls/time taken). Anybody has a clue? Thanks alot!!! _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
Random mumber generation over a period of time
Started by ●June 7, 2001
Reply by ●June 8, 20012001-06-08
tsoutser tsats schrieb: > > I want to build a code that generates random numbers.Those numbers represent > calls arriving over a period of time. poison- or gauss-distribution ? > The maximum number of calls that can > be accepted is 15000 calls. When this number is reached the operation should > stop and the mean number of calls for the counted period of time should be > calculated (Mean numof arrivals = 15000calls/time taken). Anybody has a > clue? it sounds like a homework, given to you. Right ? michael strothjohann |