Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::lognormal_distribution<RealType>::m, s

      From cppreference.com
      <cpp‎ |numeric‎ |random‎ |lognormal distribution
       
       
       
      Pseudo-random number generation
       
       
      RealType m()const;
      (1)(since C++11)
      RealType s()const;
      (2)(since C++11)

      Returns the parameters the distribution was constructed with.

      1) Returns the log-meanm distribution parameter. It defines the location of the peak. The default value is0.0.
      2) Returns the log-deviations distribution parameter. The default value is1.0.

      [edit]Parameters

      (none)

      [edit]Return value

      1) The log-meanm distribution parameter.
      2) The log-deviations distribution parameter.

      [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/lognormal_distribution/params&oldid=135832"

      [8]ページ先頭

      ©2009-2025 Movatter.jp