tiny.hypothesis.gen_point
Defined in value.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |