PointSampler library (C++)
Loading...
Searching...
No Matches
random.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  ps
 

Functions

template<typename T , size_t N>
std::vector< Point< T, N > > ps::random (size_t count, const std::array< std::pair< T, T >, N > &axis_ranges, std::optional< unsigned int > seed=std::nullopt)
 Generates a specified number of uniformly distributed random points in N-dimensional space.