![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
UniformRandomLCGPack template specialization for instruction set AVX512 and for ipReal32. 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 (ipReal32 fMin, ipReal32 fMax) |
| static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, FloatType >::Type | computeRangeOffset (ipReal32 fMin, ipReal32 fMax) |
| static IPSDK_FORCEINLINE void | act (RegType< eInstructionSet::eIS_Avx512, ipUInt32 >::Type &seed) |
| static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, ipReal32 >::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) |
UniformRandomLCGPack template specialization for instruction set AVX512 and for ipReal32.
1.8.14