names
This commit is contained in:
parent
71b3ecb2df
commit
aa3bb65907
@ -1,7 +1,7 @@
|
|||||||
use rand::prelude::*;
|
use rand::prelude::*;
|
||||||
use rand::{thread_rng};
|
use rand::{thread_rng};
|
||||||
|
|
||||||
const FIRSTS: [&'static str; 33] = [
|
const FIRSTS: [&'static str; 36] = [
|
||||||
"artificial",
|
"artificial",
|
||||||
"ambient",
|
"ambient",
|
||||||
"borean",
|
"borean",
|
||||||
@ -13,6 +13,8 @@ const FIRSTS: [&'static str; 33] = [
|
|||||||
"convex",
|
"convex",
|
||||||
"distorted",
|
"distorted",
|
||||||
"dub",
|
"dub",
|
||||||
|
"emotive",
|
||||||
|
"emotionless",
|
||||||
"fierce",
|
"fierce",
|
||||||
"inverted",
|
"inverted",
|
||||||
"leafy",
|
"leafy",
|
||||||
@ -31,6 +33,7 @@ const FIRSTS: [&'static str; 33] = [
|
|||||||
"purified",
|
"purified",
|
||||||
"recalcitrant",
|
"recalcitrant",
|
||||||
"rogue",
|
"rogue",
|
||||||
|
"subversive",
|
||||||
"subterranean",
|
"subterranean",
|
||||||
"synthetic",
|
"synthetic",
|
||||||
"sweet",
|
"sweet",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user