随笔分类 -  math

摘要:1."True" random numbers & pseudorandom numbersthe former: use pysical method, such as dice or sth.the later: use computational algorithms2. one of the algorithms--linear congruential generatoruses the recurrence so, the sequence is determined by a fixed number called seed.3. random fun 阅读全文
posted @ 2012-10-23 11:22 lymin 阅读(113) 评论(0) 推荐(0)