首页 > 其他 > 详细

random

时间:2016-08-23 09:04:58      阅读:250      评论:0      收藏:0      [点我收藏+]

random

https://en.wikipedia.org/wiki/Linear_congruential_generator

 

A linear congruential generator (LCG) is an algorithm that yields a sequence of pseudo-randomized numbers calculated with a discontinuous piecewise linear equation. The method represents one of the oldest and best-known pseudorandom number generatoralgorithms.[1] The theory behind them is relatively easy to understand, and they are easily implemented and fast, especially on computer hardware which can provide modulo arithmetic by storage-bit truncation.

 

the "seed" or "start value"

Period length

The period of a general mixed congruential generator is at most m, and for some choices of factor a much less than that. The mixed congruential generator will have a full period for all seed values if and only if:

These three requirements are referred to as the Hull-Dobell Theorem.[3][4] 

 

random

原文:http://www.cnblogs.com/yuanjiangw/p/5797894.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!