Guest User

Untitled

a guest
Jul 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import (
  2. ...
  3. "time"
  4. "math/rand"
  5. ...
  6. )
  7.  
  8. amt := time.Duration(rand.Intn(250))
  9. time.Sleep(time.Millisecond * amt)
Add Comment
Please, Sign In to add comment