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_Avx512, ipUInt32 > Struct Template Reference

UniformRandomLCGPack template specialization for instruction set Avx512 and for 32bits unsigned integers. More...

#include <UniformRandomLCGReg.h>

Public Types

typedef ipReal64 FloatType
 

Static Public Member Functions

static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, ipUInt32 >::Type initSeed (ipUInt32 seed)
 
static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, FloatType >::Type computeRangeMultiplier (ipUInt32 nMin, ipUInt32 nMax)
 
static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, FloatType >::Type computeRangeOffset (ipUInt32 nMin, ipUInt32 nMax)
 
static IPSDK_FORCEINLINE void act (RegType< eInstructionSet::eIS_Avx512, ipUInt32 >::Type &seed)
 
static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, ipUInt32 >::Type act (const RegType< eInstructionSet::eIS_Avx512, FloatType >::Type &rRangeMultiplier, const RegType< eInstructionSet::eIS_Avx512, FloatType >::Type &rRangeOffset, RegType< eInstructionSet::eIS_Avx512, ipUInt32 >::Type &rSeed)
 

Detailed Description

template<>
struct ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Avx512, ipUInt32 >

UniformRandomLCGPack template specialization for instruction set Avx512 and for 32bits unsigned integers.


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