odbo1984 发表于 2006-2-20 22:02

如何产生随机数

怎么产生【a,b】区间内的均匀分布的随机数呢?

happy 发表于 2006-2-20 22:08

回复:(odbo1984)如何产生随机数

x = a + (b-a) * rand(n)

ordewise 发表于 2006-2-22 21:57

回复:(happy)回复:(odbo1984)如何产生随机数

<DIV class=quote><B>以下是引用<I>happy</I>在2006-2-20 22:08:51的发言:</B><BR>x = a + (b-a) * rand(n)</DIV>
<P> 说的很对</P>
页: [1]
查看完整版本: 如何产生随机数