Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::normal_distribution<RealType>::reset

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

      [edit template]
       
       
       
      Pseudo-random number generation
       
      std::normal_distribution
      Member functions
      normal_distribution::reset
      (C++11)
      Generation
      Characteristics
      Non-member functions
      (C++11)(C++11)(until C++20)
      (C++11)(C++11)
       
      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/normal_distribution/reset&oldid=135743"

      [8]ページ先頭

      ©2009-2025 Movatter.jp