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

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

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

        在 C++ 应用程序中,我应该多久调用一次 srand()?

        How often should I call srand() in a C++ application?(在 C++ 应用程序中,我应该多久调用一次 srand()?)
        <legend id='2ptu4'><style id='2ptu4'><dir id='2ptu4'><q id='2ptu4'></q></dir></style></legend>
        • <bdo id='2ptu4'></bdo><ul id='2ptu4'></ul>
          <tfoot id='2ptu4'></tfoot>

                  <tbody id='2ptu4'></tbody>

                1. <small id='2ptu4'></small><noframes id='2ptu4'>

                  <i id='2ptu4'><tr id='2ptu4'><dt id='2ptu4'><q id='2ptu4'><span id='2ptu4'><b id='2ptu4'><form id='2ptu4'><ins id='2ptu4'></ins><ul id='2ptu4'></ul><sub id='2ptu4'></sub></form><legend id='2ptu4'></legend><bdo id='2ptu4'><pre id='2ptu4'><center id='2ptu4'></center></pre></bdo></b><th id='2ptu4'></th></span></q></dt></tr></i><div id='2ptu4'><tfoot id='2ptu4'></tfoot><dl id='2ptu4'><fieldset id='2ptu4'></fieldset></dl></div>
                  本文介绍了在 C++ 应用程序中,我应该多久调用一次 srand()?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个 C++ 应用程序,它在不同的地方调用 rand().我是否需要定期初始化 srand() 以确保 rand() 是合理随机的,还是在应用程序启动时调用一次就足够了?

                  I have a C++ application which calls rand() in various places. Do I need to initialize srand() regularly to ensure that rand() is reasonably random, or is it enough to call it once when the app starts?

                  推荐答案

                  如果您只有一个线程,请一次.如果您经常重新播种,实际上可能会破坏随机数的某些统计特性.如果您有多个线程,则根本不要使用 rand,而是使用诸如 drand48_r 之类的线程安全的东西,它可以让您保持每个线程的状态(因此您可以播种一次每个线程).

                  If you have only a single thread, seed once. If you reseed often, you might actually break some of the statistical properties of the random numbers. If you have multiple threads, don't use rand at all, but rather something threadsafe like drand48_r, which lets you maintain a per-thread state (so you can seed once per thread).

                  这篇关于在 C++ 应用程序中,我应该多久调用一次 srand()?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Consistent pseudo-random numbers across platforms(跨平台一致的伪随机数)
                  Vary range of uniform_int_distribution(改变uniform_int_distribution的范围)
                  What is a seed in terms of generating a random number?(就生成随机数而言,种子是什么?)
                  Is 1.0 a valid output from std::generate_canonical?(1.0 是 std::generate_canonical 的有效输出吗?)
                  Getting big random numbers in C/C++(在 C/C++ 中获取大随机数)
                  What is the best way to generate random numbers in C++?(在 C++ 中生成随机数的最佳方法是什么?)
                2. <small id='LTS9D'></small><noframes id='LTS9D'>

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