alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::rand::distribution::internal::IntervalAwareConversion< T_Engine, T_Interval, T_Integer, T_Floating > Struct Template Reference

Convert an integer RNG result to a floating-point value. More...

Detailed Description

template<typename T_Engine, concepts::Interval T_Interval, std::integral T_Integer, std::floating_point T_Floating>
struct alpaka::rand::distribution::internal::IntervalAwareConversion< T_Engine, T_Interval, T_Integer, T_Floating >

Convert an integer RNG result to a floating-point value.

This is the fallback implementation used when no interval specialization matches. It should never be instantiated and exists only to catch unsupported interval configurations.

Definition at line 58 of file UniformReal.hpp.


The documentation for this struct was generated from the following file: