rand_logic


機能:
ロジスティック乱数(小数値)を返す

書式:
rand_logic()

解説:
ロジスティック分布の乱数(小数値)を返します。

     Pl (x) = e^(-x) / (1 + e^(-x))^2

例:rand_logic();


return