randommcg.java
来自「JGAP是一种遗传算法和遗传规划的组成部分提供了一个Java框架。它提供了基本的」· 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 + -
显示快捷键?