Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ randu
Method
randu
deps/opencv/modules/core/src/rand.cpp:814–817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
812
}
813
814
void cv::randu(InputOutputArray dst, InputArray low, InputArray high)
815
{
816
theRNG().fill(dst, RNG::UNIFORM, low, high);
817
}
818
819
void cv::randn(InputOutputArray dst, InputArray mean, InputArray stddev)
820
{
Callers
nothing calls this directly
Calls
1
fill
Method · 0.45
Tested by
no test coverage detected