MCPcopy 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
814void cv::randu(InputOutputArray dst, InputArray low, InputArray high)
815{
816 theRNG().fill(dst, RNG::UNIFORM, low, high);
817}
818
819void cv::randn(InputOutputArray dst, InputArray mean, InputArray stddev)
820{

Callers

nothing calls this directly

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected