• <tfoot id='85wa4'></tfoot>
    <legend id='85wa4'><style id='85wa4'><dir id='85wa4'><q id='85wa4'></q></dir></style></legend>

    <small id='85wa4'></small><noframes id='85wa4'>

      <bdo id='85wa4'></bdo><ul id='85wa4'></ul>
    1. <i id='85wa4'><tr id='85wa4'><dt id='85wa4'><q id='85wa4'><span id='85wa4'><b id='85wa4'><form id='85wa4'><ins id='85wa4'></ins><ul id='85wa4'></ul><sub id='85wa4'></sub></form><legend id='85wa4'></legend><bdo id='85wa4'><pre id='85wa4'><center id='85wa4'></center></pre></bdo></b><th id='85wa4'></th></span></q></dt></tr></i><div id='85wa4'><tfoot id='85wa4'></tfoot><dl id='85wa4'><fieldset id='85wa4'></fieldset></dl></div>

        某个范围内的随机数 c++

        时间:2023-10-07
      1. <tfoot id='Fwki1'></tfoot>

          <legend id='Fwki1'><style id='Fwki1'><dir id='Fwki1'><q id='Fwki1'></q></dir></style></legend>
            <bdo id='Fwki1'></bdo><ul id='Fwki1'></ul>
            • <small id='Fwki1'></small><noframes id='Fwki1'>

              <i id='Fwki1'><tr id='Fwki1'><dt id='Fwki1'><q id='Fwki1'><span id='Fwki1'><b id='Fwki1'><form id='Fwki1'><ins id='Fwki1'></ins><ul id='Fwki1'></ul><sub id='Fwki1'></sub></form><legend id='Fwki1'></legend><bdo id='Fwki1'><pre id='Fwki1'><center id='Fwki1'></center></pre></bdo></b><th id='Fwki1'></th></span></q></dt></tr></i><div id='Fwki1'><tfoot id='Fwki1'></tfoot><dl id='Fwki1'><fieldset id='Fwki1'></fieldset></dl></div>

                <tbody id='Fwki1'></tbody>
                  本文介绍了某个范围内的随机数 c++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  可能的重复:
                  在整个范围内均匀生成随机数

                  我想在 C++ 中生成某个范围内的随机数,比如说我想要 25 到 63 之间的数字.

                  I want to generate the random number in c++ with in some range let say i want to have number between 25 and 63.

                  我怎么能拥有它?

                  推荐答案

                  您可以使用标准库 (TR1) 的附加功能中包含的随机功能.或者您可以使用在普通 C 中工作的相同旧技术:

                  You can use the random functionality included within the additions to the standard library (TR1). Or you can use the same old technique that works in plain C:

                  25 + ( std::rand() % ( 63 - 25 + 1 ) )
                  

                  这篇关于某个范围内的随机数 c++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:模数和 rand() 如何工作? 下一篇:如何从 rand() 缩小数字?

                  相关文章

                  最新文章

                    <small id='PnbOO'></small><noframes id='PnbOO'>

                    <tfoot id='PnbOO'></tfoot>
                    • <bdo id='PnbOO'></bdo><ul id='PnbOO'></ul>

                    1. <i id='PnbOO'><tr id='PnbOO'><dt id='PnbOO'><q id='PnbOO'><span id='PnbOO'><b id='PnbOO'><form id='PnbOO'><ins id='PnbOO'></ins><ul id='PnbOO'></ul><sub id='PnbOO'></sub></form><legend id='PnbOO'></legend><bdo id='PnbOO'><pre id='PnbOO'><center id='PnbOO'></center></pre></bdo></b><th id='PnbOO'></th></span></q></dt></tr></i><div id='PnbOO'><tfoot id='PnbOO'></tfoot><dl id='PnbOO'><fieldset id='PnbOO'></fieldset></dl></div>
                      <legend id='PnbOO'><style id='PnbOO'><dir id='PnbOO'><q id='PnbOO'></q></dir></style></legend>