alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::rand::distribution::trait::CreateUniformReal< RandDefault, T, std::enable_if_t< std::is_floating_point_v< T > > > Struct Template Reference

The GPU device random number float uniform distribution get trait specialization. More...

#include <RandDefault.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST_ACC auto createUniformReal (RandDefault const &) -> gpu::UniformReal< T >
 

Detailed Description

template<typename T>
struct alpaka::rand::distribution::trait::CreateUniformReal< RandDefault, T, std::enable_if_t< std::is_floating_point_v< T > > >

The GPU device random number float uniform distribution get trait specialization.

Definition at line 180 of file RandDefault.hpp.

Member Function Documentation

◆ createUniformReal()

template<typename T >
static ALPAKA_FN_HOST_ACC auto alpaka::rand::distribution::trait::CreateUniformReal< RandDefault, T, std::enable_if_t< std::is_floating_point_v< T > > >::createUniformReal ( RandDefault const &  ) -> gpu::UniformReal<T>
inlinestatic

Definition at line 182 of file RandDefault.hpp.


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