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

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

#include <RandStdLib.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto createUniformReal (RandStdLib const &) -> cpu::UniformReal< T >
 

Detailed Description

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

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

Definition at line 218 of file RandStdLib.hpp.

Member Function Documentation

◆ createUniformReal()

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

Definition at line 220 of file RandStdLib.hpp.


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