template<typename Acc, typename T>
class alpaka::rand::distribution::gpu::NormalReal< Acc, T >
The GPU random number normal distribution.
- Note
- This type contains state and is not thread-safe: To be used per thread, not shared.
-
When reproducibility is a concern, each instance of this class should be used with only on random engine instance, or two consecutive number should be generated with each engine used. This is due to the implicit caching of one Gaussian random number.
Definition at line 101 of file RandDefault.hpp.