tiny.hypothesis.float32
Defined in value.
Source
Source: lib/hypothesis/src/value.zig:176
zig
pub fn float32(comptime min_val: f32, comptime max_val: f32) Generator(f32) { return .{ .drawFn = &Float32GeneratorType(min_val, max_val).draw };}Source: lib/hypothesis/src/root.zig:69
zig
pub const float32 = value.float32;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |