randommcg.java
来自「jGAp 遗传算法 提不错的一款软件 最新的更新」· Java 代码 · 共 15 行
JAVA
15 行
package org.jgap.util;
/**
Implementation of a <b>randomX</b>-compliant class using the
"Minimal Standard" multiplicative congruential generator of Park
and Miller. [Park, S.K. and K.W. Miller, <cite>Communications of
the ACM</cite> <b>31</b>, 1192-1201 (1988).]
<p>
The generation algorithm is:
<p>
<center>
<em>I<sub>j+1</sub></em> = (<em>I<sub>j</sub></em>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?