rand_cauchy


機能:
コーシー乱数(小数値)を返す

書式:
rand_cauchy()

解説:
Cauchy分布の乱数(小数値)を返します。

     Pc (x) = 1/((1+x^2)*π)

例:rand_cauchy();


return