Codebase list golang-github-vbauerster-mpb / e0df9a1
examples: drop rand.Seed Vladimir Bauer 3 years ago
2 changed file(s) with 0 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
77 "github.com/vbauerster/mpb/v8"
88 "github.com/vbauerster/mpb/v8/decor"
99 )
10
11 func init() {
12 rand.Seed(time.Now().UnixNano())
13 }
1410
1511 func main() {
1612 numBars := 4
77 "github.com/vbauerster/mpb/v8"
88 "github.com/vbauerster/mpb/v8/decor"
99 )
10
11 func init() {
12 rand.Seed(time.Now().UnixNano())
13 }
1410
1511 func main() {
1612 p := mpb.New(mpb.WithWidth(64))