Random and negative numbers

前端 未结 7 709
鱼传尺愫
鱼传尺愫 2021-01-17 14:52

I have to generate numbers in range [-100; +2000] in c++. How can I do this with rand if there is only positive numbers available? Are there any fast ways?<

7条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-17 15:33

    In C++0x they will enhance this to provide better support for it with a standard library.

    http://www2.research.att.com/~bs/C++0xFAQ.html#std-random

提交回复
热议问题