MCPcopy Create free account
hub / github.com/RenderKit/embree / random_Vec3fa

Method random_Vec3fa

tutorials/verify/verify.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 float random_float () { return RandomSampler_getFloat(sampler); }
36 int random_int () { return RandomSampler_getInt (sampler); }
37 Vec3fa random_Vec3fa() { return RandomSampler_get3D (sampler); }
38
39 avector<Vec3fa> random_motion_vector2(float f = 1.0f)
40 {

Callers 1

getRandomTransformFunction · 0.80

Calls 1

RandomSampler_get3DFunction · 0.85

Tested by

no test coverage detected