Description: A linear congruential random number generator: ancient LCG (linear congruential generator) represents the best and most simple pseudo-random number generator algorithm. The main reason is easy to understand, easy to implement, and fast.
To Search:
File list (Check if you may need any files):
纯线性同余随机数生成器.doc
源码\lcg.opt
....\lcg.ncb
....\lcg.dsw
....\lcg.plg
....\lcg.dsp
....\lcg.cpp
源码