Skip to content

Commit

Permalink
Remove seeding.
Browse files Browse the repository at this point in the history
Thanks to @xyproto.
  • Loading branch information
alpacaaa committed May 5, 2024
1 parent c06ed5c commit 8dd550a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ use time
fn main() {
let reader = bufio.NewReader(os.Stdin)

rand.Seed(time.Now().UnixNano())
let secret = rand.Intn(100) + 1

loop {
Expand Down

0 comments on commit 8dd550a

Please sign in to comment.