Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::extreme_value_distribution<RealType>::a, b

      From cppreference.com
      <cpp‎ |numeric‎ |random‎ |extreme value distribution
       
       
       
      Pseudo-random number generation
       
       
      RealType a()const;
      (1)(since C++11)
      RealType b()const;
      (2)(since C++11)

      Returns the parameters the distribution was constructed with.

      1) Returns thea distribution parameter (location). The default value is1.0.
      2) Returns theb distribution parameter (scale). The default value is0.0.

      [edit]Parameters

      (none)

      [edit]Return value

      1) Thea distribution parameter (location).
      2) Theb distribution parameter (scale).

      [edit]See also

      (C++11)
      gets or sets the distribution parameter object
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/numeric/random/extreme_value_distribution/params&oldid=135831"

      [8]ページ先頭

      ©2009-2025 Movatter.jp