C语言中的随机函数
本文档由 kge1 分享于2010-12-18 13:28
1 rand 与srand 在C语言函数库中包含了一个产生随机数的函数:int rand void ;在函数库中对这个函数的说明是:The rand function returns apseudorandom integer in the range 0to RAND MAX Use the srand function to seed the pseudorandom number generator before calling rand 而在C语言函数库中是这样定义RAND MAX的: Maximum value returned by rand function define RAND MAX 0x7FFF所以,函数in..
下载文档
收藏
打印
分享:
君,已阅读到文档的结尾了呢~~