add some names
This commit is contained in:
+20
-2
@@ -1,7 +1,7 @@
|
||||
use rand::prelude::*;
|
||||
use rand::{thread_rng};
|
||||
|
||||
const FIRSTS: [&'static str; 17] = [
|
||||
const FIRSTS: [&'static str; 22] = [
|
||||
"fierce",
|
||||
"obscure",
|
||||
"mighty",
|
||||
@@ -19,14 +19,32 @@ const FIRSTS: [&'static str; 17] = [
|
||||
"lurking",
|
||||
"leafy",
|
||||
"nutritious",
|
||||
"bristling",
|
||||
"metallic",
|
||||
"purified",
|
||||
"organic",
|
||||
"distorted",
|
||||
];
|
||||
|
||||
const LASTS: [&'static str; 16] = [
|
||||
const LASTS: [&'static str; 29] = [
|
||||
"kaffe",
|
||||
"foilage",
|
||||
"wildlife",
|
||||
"design",
|
||||
"assembly",
|
||||
"layout",
|
||||
"transmitter",
|
||||
"lens",
|
||||
"artifact",
|
||||
"frequency",
|
||||
"entropy",
|
||||
"console",
|
||||
"insulator",
|
||||
"river",
|
||||
"oak",
|
||||
"replicant",
|
||||
"mechanism",
|
||||
"construct",
|
||||
"function",
|
||||
"shape",
|
||||
"form",
|
||||
|
||||
Reference in New Issue
Block a user