![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
UniformRandomLCGPack template specialization for instruction set AVX512 and for 8 bits integers. More...
#include <UniformRandomLCGReg.h>
Public Types | |
| typedef ipReal32 | 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 (T tMin, T tMax) |
| static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, FloatType >::Type | computeRangeOffset (T tMin, T tMax) |
| static IPSDK_FORCEINLINE void | act (RegType< eInstructionSet::eIS_Avx512, ipUInt32 >::Type &seed) |
| static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, ipInt32 >::Type | computeRandomOn32BitsVal (const RegType< eInstructionSet::eIS_Avx512, FloatType >::Type &rRangeMultiplier, const RegType< eInstructionSet::eIS_Avx512, FloatType >::Type &rRangeOffset, RegType< eInstructionSet::eIS_Avx512, ipUInt32 >::Type &rSeed) |
| static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, T >::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 8 bits integers.
1.8.14