且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用柯西分布生成随机数

更新时间:2023-02-10 11:59:57

请查看以下内容:
- .NET随机数生成器和分布 [柯西分布 [ http://www.johndcook.com/cpp_TR1_random.html#cauchy [ http://www.robertnz.net/nr02doc.htm#cauchy [
Have a look at the following:
- .NET random number generators and distributions[^]
- The Cauchy Distribution[^]
- http://www.johndcook.com/cpp_TR1_random.html#cauchy[^]
- http://www.robertnz.net/nr02doc.htm#cauchy[^]


Mika:另请参见 http://en.wikipedia.org/wiki/Cauchy_distribution [
In addition to the good answer by Mika: see also http://en.wikipedia.org/wiki/Cauchy_distribution[^].

—SA