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_Sse2, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==1 >::type > Struct Template Reference

UniformRandomLCGPack template specialization for instruction set SSE2 and for 8 bits signed integers. More...

#include <UniformRandomLCGReg.h>

Public Types

typedef ipReal32 FloatType
 

Static Public Member Functions

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

Detailed Description

template<typename T>
struct ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==1 >::type >

UniformRandomLCGPack template specialization for instruction set SSE2 and for 8 bits signed integers.

UniformRandomLCGPack template specialization for instruction set SSE2 and for 8 bits integers


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