IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
NormalRandom.h File Reference

generator of random values following a normal distribution; this generator is fast, but must not be used for applications requiring a true random generator More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/NormalRandomPack.h>
#include <IPSDKUtil/InstructionSet/detail/NormalRandomReg.h>
#include <IPSDKUtil/InstructionSet/detail/BasePackDecl.h>
#include <IPSDKUtil/InstructionSet/UniformRandomLCG.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Classes

class  ipsdk::simd::NormalRandom< instructionSet, instructionSetFma, T >
 

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::simd
 Namespace agregating IPSDK SIMD routines and classes.
 

Detailed Description

generator of random values following a normal distribution; this generator is fast, but must not be used for applications requiring a true random generator

Author
H. Delestre
Date
2014/02/25