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