std::normal_distribution满足随机数分布(RandomNumberDistribution)的所有要求。 模板形参 RealType-生成器所生成的结果类型。如果它不是float、double或longdouble之一,那么效果未定义。 成员类型 成员类型定义 result_type(C++11)RealType param_type(C++11)参数集的类型,见随机数分布(RandomNumberDistribution)。
std::normal_distribution满足随机数分布(RandomNumberDistribution)的所有要求。 模板形参 RealType-生成器所生成的结果类型。若它不是float、double或longdouble之一则效果未定义。 成员类型 成员类型定义 result_typeRealType param_type参数集的类型,见随机数分布(RandomNumberDistribution)。
std::lognormal_distribution满足随机数分布(RandomNumberDistribution)的所有要求。 模板形参 RealType-生成器所生成的结果类型。若它不是float、double或longdouble之一则效果未定义。 成员类型 成员类型定义 result_typeRealType param_type参数集的类型,见随机数分布(RandomNumberDistribution)。
namespace normal_distribution{ template<typename T, typename RNG> T sample(const devices::random::CPU& dev, T mean, T std, RNG& rng){ static_assert(utils::typing::is_same_v<T, float> || utils::typing::is_same_v<T, double>); // return standard_normal_distribution<T, RNG>(rng)...
fisher_f_distribution<> (C++11 起)fixed()float_denorm_stylefloat_round_stylefloat_t (C++11 起)floating_point<> (C++20 起)floor()floorf() (C++11 起)floorl() (C++11 起)flush<>()flush_emit<>() (C++20 起)fma() (C++11 起)fmaf() (C++11 起)fmal() (C++11 起)fmax() (C++11...
std::lognormal_distribution satisfies all requirements of RandomNumberDistribution. Template parameters RealType - The result type generated by the generator. The effect is undefined if this is not one of float, double, or long double. Member types Member type Definition result_type (C++11) ...
Option Explicit Private srow As Integer Sub T() Application.ScreenUpdating = False Appl...
operators (std::weibull_distribution) Pseudo-random number generation RAND_MAX std::abs(float) std::abs(int) std::abs(std::complex) std::abs(std::valarray) std::acos std::acos(std::complex) std::acos(std::valarray) std::acosh std::acosh(std::complex) std::arg(std::complex) std:...
operators (std::weibull_distribution) Pseudo-random number generation RAND_MAX std::abs(float) std::abs(int) std::abs(std::complex) std::abs(std::valarray) std::acos std::acos(std::complex) std::acos(std::valarray) std::acosh std::acosh(std::complex) std::arg(std::complex) std:...
fisher_f_distribution<> (C++11 起) fixed() flat_map<> (C++23 起) flat_multimap<> (C++23 起) flat_multiset<> (C++23 起) flat_set<> (C++23 起) float_denorm_style float_round_style float_t (C++11 起) float16_t (C++23 起) float32_t (C++23 起) float64_t (C++23 起) float...