代码搜索:Multiplicative

找到约 131 项符合「Multiplicative」的源代码

代码结果 131
www.eeworm.com/read/480713/6660107

m randssp.m

function r = randssp(p,q) %RANDSSP Multiplicative congruential uniform random number generator. % Based on the parameters used by IBM's Scientific Subroutine Package. % The statement % r =
www.eeworm.com/read/480713/6660136

m randmcg.m

function r = randmcg(p,q) %RANDMCG Multiplicative congruential uniform random number generator. % Based on the parameters used by MATLAB version 4. % The statement % r = randmcg % genera
www.eeworm.com/read/155568/11863066

m randssp.m

function r = randssp(p,q) %RANDSSP Multiplicative congruential uniform random number generator. % Based on the parameters used by IBM's Scientific Subroutine Package. % The statement % r =
www.eeworm.com/read/155568/11863143

m randmcg.m

function r = randmcg(p,q) %RANDMCG Multiplicative congruential uniform random number generator. % Based on the parameters used by MATLAB version 4. % The statement % r = randmcg % genera
www.eeworm.com/read/151555/12201555

m randssp.m

function r = randssp(p,q) %RANDSSP Multiplicative congruential uniform random number generator. % Based on the parameters used by IBM's Scientific Subroutine Package. % The statement % r =
www.eeworm.com/read/151555/12201640

m randmcg.m

function r = randmcg(p,q) %RANDMCG Multiplicative congruential uniform random number generator. % Based on the parameters used by MATLAB version 4. % The statement % r = randmcg % genera
www.eeworm.com/read/199846/5075171

java randommcg.java

package org.jgap.util; /** Implementation of a randomX-compliant class using the "Minimal Standard" multiplicative congruential generator of Park and Miller. [Park, S.K. an
www.eeworm.com/read/197004/5098509

java randommcg.java

package org.jgap.util; /** Implementation of a randomX-compliant class using the "Minimal Standard" multiplicative congruential generator of Park and Miller. [Park, S.K. an
www.eeworm.com/read/347830/3162639

java randommcg.java

package org.jgap.util; /** Implementation of a randomX-compliant class using the "Minimal Standard" multiplicative congruential generator of Park and Miller. [Park, S.K. an
www.eeworm.com/read/312595/3670316

java randommcg.java

package org.jgap.util; /** Implementation of a randomX-compliant class using the "Minimal Standard" multiplicative congruential generator of Park and Miller. [Park, S.K. an