Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::binomial_distribution<IntType>::reset

      From cppreference.com
      <cpp‎ |numeric‎ |random‎ |binomial distribution

      [edit template]
       
       
       
      Pseudo-random number generation
       
       
      void reset();
      (since C++11)

      Resets the internal state of the distribution object. After a call to this function, the next call tooperator() on the distribution object will not be dependent on previous calls tooperator().

      [edit]Parameters

      (none)

      [edit]Return value

      (none)

      [edit]Complexity

      Constant.

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/numeric/random/binomial_distribution/reset&oldid=132201"

      [8]ページ先頭

      ©2009-2025 Movatter.jp