IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | List of all members
ipsdk::RandomUniformGeneratorSeedLocker Struct Reference

class setting in its constructor the seed of the random number generator used by the implementation of the functions genRandomUniformValue to a given value, and resetting this seed to time(0) in its destructor this class may be useful when the user wants to generate a "random" sequence of number that is repeatable from one execution to another More...

#include <GenRandomValue.h>

Public Member Functions

 RandomUniformGeneratorSeedLocker (ipUInt32 seed)
 

Detailed Description

class setting in its constructor the seed of the random number generator used by the implementation of the functions genRandomUniformValue to a given value, and resetting this seed to time(0) in its destructor this class may be useful when the user wants to generate a "random" sequence of number that is repeatable from one execution to another


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