Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
template <class Rand, class T>
23
static T
24
nextf2 (Rand &rand, T min, T max)
25
{
26
MATH_EXC_ON;
27
return rand.nextf(min, max);
28
}
29
30
template <class Rand>
31
static float
Callers
nothing calls this directly
Calls
1
nextf
Method · 0.60
Tested by
no test coverage detected