Fix Generators
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
"math/rand"
|
||||
"os"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
type DrowData struct {
|
||||
@@ -38,7 +37,6 @@ func init() {
|
||||
if err := json.NewDecoder(file).Decode(&drowData); err != nil {
|
||||
panic(fmt.Errorf("failed to decode drow.json: %w", err))
|
||||
}
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
}
|
||||
|
||||
func DrowName(gender, surname string) string {
|
||||
|
||||
Reference in New Issue
Block a user