「乗算合同法」の版間の差分

提供: ORWiki
ナビゲーションに移動 検索に移動
3行目: 3行目:
 
一様乱数を作る方法の1つ. 漸化式
 
一様乱数を作る方法の1つ. 漸化式
  
 +
 +
<center>
 
<math>
 
<math>
 
X_n=aX_{n-1}(\mathrm{mod} \  m), \quad
 
X_n=aX_{n-1}(\mathrm{mod} \  m), \quad
 
n=1, 2, \cdots
 
n=1, 2, \cdots
 
\,</math>
 
\,</math>
 +
</center>
 +
  
 
を使って, 集合<math>\{1,2,\cdots,m-1\}\,</math>上の乱数<math>\{X_n\}\,</math>を作る.
 
を使って, 集合<math>\{1,2,\cdots,m-1\}\,</math>上の乱数<math>\{X_n\}\,</math>を作る.

2007年7月17日 (火) 14:12時点における版

【じょうざんごうどうほう (multiplicative congruential method)】

一様乱数を作る方法の1つ. 漸化式



を使って, 集合上の乱数を作る.