Skip to documentation
SLOP

tiny.hypothesis.gen_point

Reference tiny.hypothesis gen_point

Defined in value.

Called byCallsvaluegen unit vec3valueGeneratorvaluefixedArrayvaluefloat32valuegen point
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/hypothesis/src/value.zig:322

zig
pub fn gen_point(comptime min: f32, comptime max: f32) Generator([3]f32) {    return comptime fixedArray(f32, float32(min, max), 3);}

Source: lib/hypothesis/src/root.zig:79

zig
pub const gen_point = value.gen_point;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433