15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_UNIFORMRANDOMLCG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_UNIFORMRANDOMLCG_H__ 31 template <eInstructionSet::domain instructionSet,
typename T>
48 _rRangeMultiplier, _rRangeOffset, _seed);
52 typedef typename RegType<instructionSet,
54 instructionSet, T>::FloatType>::Type RegFloat;
57 RegFloat _rRangeMultiplier;
58 RegFloat _rRangeOffset;
68 #endif // __IPSDKUTIL_INSTRUCTIONSET_UNIFORMRANDOMLCG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
UniformRandomLCG(T tmin, T tmax)
constructor; create a UniformRandomLCG, that will generate random values uniformly distributed on the...
IPSDK_FORCEINLINE BasePack< IS2PackType< instructionSet >::_packType, T > operator()()
generate a random value of type T to each element of a Pack<instructionSet, T>
Definition: UniformRandomLCG.h:45
Definition: UniformRandomLCGReg.h:29
Definition of import/export macro for library.
Definition: UniformRandomLCG.h:32
AddPack<eInstructionSet::domain instructionSet, typename TIn1, typename TIn2, typename Enable=void> s...
Definition: UniformRandomLCGPack.h:37
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29