C++产生8到22之间的随机数

srand(GetTickCount()) ;

dwTemp %= 14 ;  // 先模差
dwTemp += 8 ;   // 再加最小的。

你可能感兴趣的:(C++)