Hi all,

I'm looking for any helpful info, links, possibly libraries on getting random numbers from gamma distributions in C#...

I'm familiar with using normal distributions and can easily convert what I have in C++ to C# but for gamma distributions i have nothing and won't be able to dll any of the c++ gamma stuff i've found...

any help is most appreciated!

Thanks in advance.

EDIT: Any random number info for C# will also be helpful.