公共类型 | |
| 使用 | result_type = T |
公共成员函数 | |
| value_generator (T lower_bound, T upper_bound, thrust::minstd_rand &engine, Generator gen) | |
| T | operator() (size_t n) |
公共属性 | |
| T | lower_bound |
| T | upper_bound |
| thrust::minstd_rand | engine |
| Generator | dist |
定义位于文件 random.cuh 的 第 126 行。
| 使用 cuspatial::test::value_generator< T, Generator >::result_type = T |
定义位于文件 random.cuh 的 第 127 行。
|
inline |
定义位于文件 random.cuh 的 第 129 行。
|
inline |
定义位于文件 random.cuh 的 第 137 行。
| Generator cuspatial::test::value_generator< T, Generator >::dist |
定义位于文件 random.cuh 的 第 150 行。
| thrust::minstd_rand cuspatial::test::value_generator< T, Generator >::engine |
定义位于文件 random.cuh 的 第 149 行。
| T cuspatial::test::value_generator< T, Generator >::lower_bound |
定义位于文件 random.cuh 的 第 147 行。
| T cuspatial::test::value_generator< T, Generator >::upper_bound |
定义位于文件 random.cuh 的 第 148 行。