updated random value to double precision float
This commit is contained in:
parent
41c0eb5c49
commit
7f36e99443
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue