Public Types | |
| using | result_type = T |
Public Member Functions | |
| value_generator (T lower_bound, T upper_bound, thrust::minstd_rand &engine, Generator gen) | |
| T | operator() (size_t n) |
Public Attributes | |
| T | lower_bound |
| T | upper_bound |
| thrust::minstd_rand | engine |
| Generator | dist |
Definition at line 126 of file random.cuh.
| using cuspatial::test::value_generator< T, Generator >::result_type = T |
Definition at line 127 of file random.cuh.
|
inline |
Definition at line 129 of file random.cuh.
|
inline |
Definition at line 137 of file random.cuh.
| Generator cuspatial::test::value_generator< T, Generator >::dist |
Definition at line 150 of file random.cuh.
| thrust::minstd_rand cuspatial::test::value_generator< T, Generator >::engine |
Definition at line 149 of file random.cuh.
| T cuspatial::test::value_generator< T, Generator >::lower_bound |
Definition at line 147 of file random.cuh.
| T cuspatial::test::value_generator< T, Generator >::upper_bound |
Definition at line 148 of file random.cuh.