mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2025-06-08 06:14:25 +02:00
Moved rng back to main
This commit is contained in:
parent
a43117c270
commit
bed2f3df01
3 changed files with 3 additions and 9 deletions
|
@ -4,13 +4,11 @@ import (
|
|||
"fmt"
|
||||
"math/rand"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"gitlab.com/EternalWanderer/dice-roller/Colors"
|
||||
)
|
||||
|
||||
func Toss(castAmount int) {
|
||||
rand.Seed(time.Now().Unix())
|
||||
var (
|
||||
coins []string
|
||||
coin string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue