IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Types | Static Public Member Functions | List of all members
ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Standard, T, typename boost::enable_if_c< sizeof(T)==4 >::type > Struct Template Reference

UniformRandomLCGPack template specialization for instruction set Standard and for 16bits integers (signed or unsigned) More...

#include <UniformRandomLCGReg.h>

Public Types

typedef ipReal64 FloatType
 

Static Public Member Functions

static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Standard, ipUInt32 >::Type initSeed (ipUInt32 seed)
 
static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Standard, FloatType >::Type computeRangeMultiplier (T tMin, T tMax)
 
static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Standard, FloatType >::Type computeRangeOffset (T tMin, T tMax)
 
static IPSDK_FORCEINLINE T act (const RegType< eInstructionSet::eIS_Standard, FloatType >::Type &rRangeMultiplier, const RegType< eInstructionSet::eIS_Standard, FloatType >::Type &rRangeOffset, RegType< eInstructionSet::eIS_Standard, ipUInt32 >::Type &rSeed)
 

Detailed Description

template<typename T>
struct ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Standard, T, typename boost::enable_if_c< sizeof(T)==4 >::type >

UniformRandomLCGPack template specialization for instruction set Standard and for 16bits integers (signed or unsigned)


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