| /* ----------------------------------------------------------------------- *//** | |
| * | |
| * @file random_process.hpp | |
| * | |
| *//* ----------------------------------------------------------------------- */ | |
| /** | |
| * @brief Poisson random process | |
| */ | |
| DECLARE_UDF(sample, poisson_random) | |
| DECLARE_UDF(sample, gamma_random) |