Searched refs:staticState (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
H A DImathRandom.cpp53 unsigned short staticState[3] = {0, 0, 0}; member in namespace:Imath::__anon15036
137 return Imath::erand48 (staticState);
158 return Imath::nrand48 (staticState);
165 staticState[2] = (unsigned short)(seed >> 16);
166 staticState[1] = (unsigned short)(seed);
167 staticState[0] = 0x330e;

Completed in 182 milliseconds