cleanup, docs

This commit is contained in:
root
2026-06-17 13:02:57 +00:00
parent b8b56cf3dd
commit 4eda629c8d
20 changed files with 24 additions and 50 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
:sig
f64 generate_float(f64 from, f64 to, u64 index, u64 seed = 0)
f64 gen_float(f64 from, f64 to, u64 index, u64 seed = 0, f64 decimal_precision = 0.000000000001)
:params
from : minimum result