Template Function embers::rand::FillBufferRandom(T *, size_t, xorshift128p_state *, T, T)
Defined in File fill_buffer_rand.h
Function Documentation
Warning
doxygenfunction: Unable to resolve function “embers::rand::FillBufferRandom” with arguments (T*, size_t, xorshift128p_state*, T, T) in doxygen xml output for project “embers” from directory: ./_doxygen/xml. Potential matches:
- template<typename T, size_t PREROUNDS = 13> __host__ __device__ std::enable_if<std::is_floating_point<T>::value>::type FillBufferRandom(T *ptr, size_t num_elems, xorshift128p_state *state, T a = std::numeric_limits<T>::min(), T b = std::numeric_limits<T>::max())
- template<typename T, size_t PREROUNDS = 13> __host__ __device__ std::enable_if<std::is_integral<T>::value>::type FillBufferRandom(T *ptr, size_t num_elems, xorshift128p_state *state, T a = std::numeric_limits<T>::min(), T b = std::numeric_limits<T>::max())