Go to the source code of this file.
 | 
| 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<typename RealType >  | 
| bool  | vsmc::internal::laplace_distribution_check_param (RealType, RealType b) | 
|   | 
| template<std::size_t K, typename RealType , typename RNGType >  | 
| void  | vsmc::internal::laplace_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b) | 
|   | 
| template<typename RealType , typename RNGType >  | 
| void  | vsmc::rng_rand (RNGType &, LaplaceDistribution< RealType > &, std::size_t, RealType *) | 
|   | 
      
        
          | #define VSMC_RUNTIME_ASSERT_RNG_LAPLACE_DISTRIBUTION_PARAM_CHECK | 
          ( | 
            | 
          b | ) | 
           | 
        
      
 
Value:                                 "WITH INVALID SCALE PARAMETER VALUE")
#define VSMC_RUNTIME_ASSERT(cond, msg)                                                                            
 
 
Definition at line 38 of file laplace_distribution.hpp.