MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / nextf2

Function nextf2

src/python/PyImath/PyImathRandom.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template <class Rand, class T>
23static T
24nextf2 (Rand &rand, T min, T max)
25{
26 MATH_EXC_ON;
27 return rand.nextf(min, max);
28}
29
30template <class Rand>
31static float

Callers

nothing calls this directly

Calls 1

nextfMethod · 0.60

Tested by

no test coverage detected