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

The CUDA/HIP random number float uniform distribution get trait specialization. More...

#include <RandUniformCudaHipRand.hpp>

Static Public Member Functions

static __device__ auto createUniformReal (RandUniformCudaHipRand< TApi > const &) -> uniform_cuda_hip::UniformReal< T >
 

Detailed Description

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

The CUDA/HIP random number float uniform distribution get trait specialization.

Definition at line 243 of file RandUniformCudaHipRand.hpp.

Member Function Documentation

◆ createUniformReal()

template<typename TApi , typename T >
static __device__ auto alpaka::rand::distribution::trait::CreateUniformReal< RandUniformCudaHipRand< TApi >, T, std::enable_if_t< std::is_floating_point_v< T > > >::createUniformReal ( RandUniformCudaHipRand< TApi > const &  ) -> uniform_cuda_hip::UniformReal<T>
inlinestatic

Definition at line 245 of file RandUniformCudaHipRand.hpp.


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