Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return a Rayleigh random variate with scale parameter sigma using the specified random number generator.
sigma can be a scalar or a one-dimensional container.
T_scale | Type of scale parameter |
RNG | class of random number generator |
sigma | (Sequence of) positive scale parameter(s) |
rng | random number generator |
std::domain_error | if sigma is nonpositive |
Definition at line 30 of file rayleigh_rng.hpp.