Do any of the standard include files already contain functions/macros to
generate random numbers that fit within a beta distribution? If not, I would
like to add one to the Object Collection.
Thanks.
-Mike
"SharkD" <nomail@nomail> wrote:
> Do any of the standard include files already contain functions/macros to> generate random numbers that fit within a beta distribution? If not, I would> like to add one to the Object Collection.>> Thanks.>> -Mike
Nevermind. I think I found it in "rand.inc".
-Mike
"SharkD" <nomail@nomail> wrote:
> "SharkD" <nomail@nomail> wrote:> > Do any of the standard include files already contain functions/macros to> > generate random numbers that fit within a beta distribution? If not, I would> > like to add one to the Object Collection.> >> > Thanks.> >> > -Mike>> Nevermind. I think I found it in "rand.inc".>> -Mike
If I may inquire what are you using the Beta distribution for?
"Woody" <nomail@nomail> wrote:
> If I may inquire what are you using the Beta distribution for?
I want some random numbers to be weighted toward a particular range.
-Mike
SharkD wrote:
> "SharkD" <nomail@nomail> wrote:>> Do any of the standard include files already contain functions/macros to>> generate random numbers that fit within a beta distribution? If not, I>> would like to add one to the Object Collection.> > Nevermind. I think I found it in "rand.inc".
I believe you followed everything in "How to ask questions the smart way"
guide. You searched before asking, continued searching after asking, and
replied with the answer when you found it.
Most annoying thing I see when people in web forums *edit* their original
post with "nevermind found it". They not only don't post what they found
for other people who may be interested, but they also delete the question,
so then people don't even know what he wanted (and curiosity kills cats
worldwide).