Skip to content

Commit

Permalink
Update NameGenerator.groovy (#4907)
Browse files Browse the repository at this point in the history
Add new adjective and geologist (Alfred Wegener)

Signed-off-by: Rob Newman <61608+robnewman@users.noreply.github.com>
  • Loading branch information
robnewman committed Apr 11, 2024
1 parent ef75bae commit 248201a
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -90,6 +90,7 @@ class NameGenerator {
"lethal",
"lonely",
"loving",
"loquacious",
"mad",
"magical",
"maniac",
Expand Down Expand Up @@ -786,6 +787,9 @@ class NameGenerator {
// James Watson - American molecular biologist, geneticist and zoologist, best known as one of the co-discoverers of the structure of DNA. https://en.wikipedia.org/wiki/James_Watson
"watson",

// Alfred Wegener - German climatologist, geologist, geophysicist, meteorologist, and polar researcher. Best known for proposing the theory of continental drift, the precursor to plate tectonics. https://en.wikipedia.org/wiki/Alfred_Wegener
"wegener",

// Marlyn Wescoff - one of the original programmers of the ENIAC. https://en.wikipedia.org/wiki/ENIAC - https://en.wikipedia.org/wiki/Marlyn_Meltzer
"wescoff",

Expand Down

0 comments on commit 248201a

Please sign in to comment.