|
template<typename RealType , typename RNGType > |
void | vsmc::beta_distribution (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta) |
| Generating beta random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::beta_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::beta_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::cauchy_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| Generating cauchy random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::cauchy_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::cauchy_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::chi_squared_distribution (RNGType &rng, std::size_t n, RealType *r, RealType df) |
| Generating \(\chi^2\) random variates. More...
|
|
template<typename RealType , typename RNGType > |
void | vsmc::exponential_distribution (RNGType &rng, std::size_t n, RealType *r, RealType lambda) |
| Generating exponential random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::exponential_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::exponential_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::extreme_value_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| Generating extreme_value random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::extreme_value_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::extreme_value_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::fisher_f_distribution (RNGType &rng, std::size_t n, RealType *r, RealType df1, RealType df2) |
| Generating Fisher-F random variates. More...
|
|
template<typename RealType , typename RNGType > |
void | vsmc::gamma_distribution (RNGType &rng, std::size_t n, RealType *r, RealType alpha, RealType beta) |
| Generating gamma random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::gamma_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::gamma_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::laplace_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| Generating laplace random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::laplace_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::laplace_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::levy_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| Generating levy random variates. More...
|
|
template<typename RealType , typename RNGType > |
void | vsmc::logistic_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| Generating logistic random variates. More...
|
|
template<typename RealType , typename RNGType > |
void | vsmc::lognormal_distribution (RNGType &rng, std::size_t n, RealType *r, RealType logmean, RealType logstddev) |
| Generating lognormal random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::lognormal_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::lognormal_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::normal_distribution (RNGType &rng, std::size_t n, RealType *r, RealType mean, RealType stddev) |
| Generating Normal random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::normal_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *r, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::normal_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *r, double, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::normal_mv_distribution (RNGType &rng, std::size_t n, RealType *r, std::size_t dim, const RealType *mean, const RealType *chol) |
| Generating multivariate Normal random varaites. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::normal_mv_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, std::size_t, const float *, const float *) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::normal_mv_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, std::size_t, const double *, const double *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::pareto_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| Generating pareto random variates. More...
|
|
template<typename RealType , typename RNGType > |
void | vsmc::rayleigh_distribution (RNGType &rng, std::size_t n, RealType *r, RealType sigma) |
| Generating rayleigh random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::rayleigh_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::rayleigh_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &rng, ChiSquaredDistribution< RealType > &dist, std::size_t n, RealType *r) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &rng, ExponentialDistribution< RealType > &dist, std::size_t n, RealType *r) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &rng, ExtremeValueDistribution< RealType > &dist, std::size_t n, RealType *r) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &rng, CauchyDistribution< RealType > &dist, std::size_t n, RealType *r) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &rng, FisherFDistribution< RealType > &dist, std::size_t n, RealType *r) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &rng, GammaDistribution< RealType > &dist, std::size_t n, RealType *r) |
|
template<typename Generator > |
void | vsmc::rng_rand (CounterEngine< Generator > &rng, std::size_t n, typename CounterEngine< Generator >::result_type *r) |
|
template<typename RNGType > |
void | vsmc::rng_rand (RNGType &rng, std::size_t n, typename RNGType::result_type *r) |
| Generate random bits. More...
|
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &rng, BetaDistribution< RealType > &dist, std::size_t n, RealType *r) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, DiscreteDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, LaplaceDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, LevyDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, LogisticDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, LognormalDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, NormalDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , std::size_t Dim, typename RNGType > |
void | vsmc::rng_rand (RNGType &, NormalMVDistribution< RealType, Dim > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, ParetoDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, RayleighDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, StudentTDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, U01Distribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType , typename Left , typename Right > |
void | vsmc::rng_rand (RNGType &, U01LRDistribution< RealType, Left, Right > &, std::size_t, RealType *) |
|
template<typename UIntType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, UniformBitsDistribution< UIntType > &, std::size_t, UIntType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, UniformRealDistribution< RealType > &, std::size_t, RealType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::rng_rand (RNGType &, WeibullDistribution< RealType > &, std::size_t, RealType *) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::rng_rand (MKLEngine< BRNG, Bits > &, std::size_t, typename MKLEngine< BRNG, Bits >::result_type *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::student_t_distribution (RNGType &rng, std::size_t n, RealType *r, RealType df) |
| Generating student-t random variates. More...
|
|
template<typename RealType , typename RNGType > |
void | vsmc::u01_distribution (RNGType &rng, std::size_t n, RealType *r) |
| Generate standard uniform random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::u01_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::u01_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *) |
|
template<typename , typename , typename RealType , typename RNGType > |
void | vsmc::u01_lr_distribution (RNGType &, std::size_t, RealType *) |
|
template<typename UIntType , typename RNGType > |
void | vsmc::uniform_bits_distribution (RNGType &, std::size_t, UIntType *) |
|
template<typename RealType , typename RNGType > |
void | vsmc::uniform_real_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| Generate uniform real random variates with open/closed variants. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::uniform_real_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::uniform_real_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double, double) |
|
template<typename RealType , typename RNGType > |
void | vsmc::weibull_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) |
| Generating weibull random variates. More...
|
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::weibull_distribution (MKLEngine< BRNG, Bits > &, std::size_t, float *, float, float) |
|
template<MKL_INT BRNG, int Bits> |
void | vsmc::weibull_distribution (MKLEngine< BRNG, Bits > &, std::size_t, double *, double, double) |
|