updated random value to double precision float

This commit is contained in:
Joe Lothan 2026-05-19 23:37:50 -04:00
parent 41c0eb5c49
commit 7f36e99443
3 changed files with 4 additions and 4 deletions

View file

@ -120,7 +120,7 @@ func main() {
bundleCount := 0
var totalBytes int64
var lastRandom float32 = -1
var lastRandom float64 = -1
pageSize := cfg.EntriesPerBundle * 50 // fetch 50 bundles worth at a time
var entryBuf []BundleEntry
hostsProcessed := 0