DSPRelated.com
Forums

Random mumber generation over a period of time

Started by tsoutser tsats June 7, 2001
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.




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