|
PointSampler library (C++)
|
Go to the source code of this file.
Namespaces | |
| namespace | ps |
Functions | |
| template<typename T , size_t N> | |
| std::vector< Point< T, N > > | ps::hammersley_sequence (size_t count, size_t shift) |
| template<typename T , size_t N> | |
| std::vector< Point< T, N > > | ps::hammersley (size_t count, const std::array< std::pair< T, T >, N > &axis_ranges, std::optional< unsigned int > seed=std::nullopt) |
| Generates a set of quasi-random points using the Hammersley sequence in N dimensions. | |