生成介于 lower_bound 和 upper_bound 之间的几何分布。此分布是使用正态分布生成的近似值。 更多...
公共类型 | |
| using | result_type = T |
公共成员函数 | |
| geometric_distribution (T lower_bound, T upper_bound) | |
| template<typename UniformRandomNumberGenerator> | |
| result_type | operator() (UniformRandomNumberGenerator &urng) |
生成介于 lower_bound 和 upper_bound 之间的几何分布。此分布是使用正态分布生成的近似值。
| T | 要生成的数字的结果类型。 |
定义于文件 random.cuh 的 102 行。
| using cuspatial::test::geometric_distribution< T >::result_type = T |
定义于文件 random.cuh 的 109 行。
|
inlineexplicit |
定义于文件 random.cuh 的 110 行。
|
inline |
定义于文件 random.cuh 的 118 行。