• <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()?

        时间:2023-06-05
        <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()?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:rand() 生成相同的数字——即使在我的主要内容中有 srand(time(NULL)) ! 下一篇:在 [0..n-1] 范围内生成 m 个不同的随机数

                  相关文章

                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>