@fgv/ts-random 5.1.0-19 → 5.1.0-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/package.json +6 -6
  2. package/.rush/temp/chunked-rush-logs/ts-random.build.chunks.jsonl +0 -6
  3. package/.rush/temp/fba88d771243a88edd09f745ba7194831032f604.tar.log +0 -121
  4. package/.rush/temp/operation/build/all.log +0 -6
  5. package/.rush/temp/operation/build/log-chunks.jsonl +0 -6
  6. package/.rush/temp/operation/build/state.json +0 -3
  7. package/.rush/temp/shrinkwrap-deps.json +0 -614
  8. package/config/jest.config.json +0 -13
  9. package/config/rig.json +0 -4
  10. package/config/typedoc.json +0 -7
  11. package/dist/test/unit/generators.test.js +0 -596
  12. package/dist/test/unit/generators.test.js.map +0 -1
  13. package/dist/test/unit/randomSource.test.js +0 -452
  14. package/dist/test/unit/randomSource.test.js.map +0 -1
  15. package/docs/Chars/README.md +0 -152
  16. package/docs/Chars/variables/all.md +0 -9
  17. package/docs/Chars/variables/alphanumeric.md +0 -9
  18. package/docs/Chars/variables/base64.md +0 -9
  19. package/docs/Chars/variables/base64Url.md +0 -9
  20. package/docs/Chars/variables/base64UrlNoPadding.md +0 -9
  21. package/docs/Chars/variables/digits.md +0 -9
  22. package/docs/Chars/variables/hex.md +0 -9
  23. package/docs/Chars/variables/hexDigits.md +0 -9
  24. package/docs/Chars/variables/hexDigitsUpper.md +0 -9
  25. package/docs/Chars/variables/letters.md +0 -9
  26. package/docs/Chars/variables/lowerCase.md +0 -9
  27. package/docs/Chars/variables/printable.md +0 -9
  28. package/docs/Chars/variables/symbols.md +0 -9
  29. package/docs/Chars/variables/upperCase.md +0 -9
  30. package/docs/Chars/variables/whitespace.md +0 -9
  31. package/docs/Generator/README.md +0 -144
  32. package/docs/Generator/classes/PseudoRandomGenerator.clone.md +0 -17
  33. package/docs/Generator/classes/PseudoRandomGenerator.create.md +0 -24
  34. package/docs/Generator/classes/PseudoRandomGenerator.createChild.md +0 -24
  35. package/docs/Generator/classes/PseudoRandomGenerator.ensureRng.md +0 -25
  36. package/docs/Generator/classes/PseudoRandomGenerator.getGlobalRng.md +0 -17
  37. package/docs/Generator/classes/PseudoRandomGenerator.md +0 -258
  38. package/docs/Generator/classes/PseudoRandomGenerator.nextBoolean.md +0 -24
  39. package/docs/Generator/classes/PseudoRandomGenerator.nextFloat.md +0 -17
  40. package/docs/Generator/classes/PseudoRandomGenerator.nextInRange.md +0 -25
  41. package/docs/Generator/classes/PseudoRandomGenerator.nextInt.md +0 -24
  42. package/docs/Generator/classes/PseudoRandomGenerator.nextString.md +0 -25
  43. package/docs/Generator/classes/PseudoRandomGenerator.pickNext.md +0 -24
  44. package/docs/Generator/classes/PseudoRandomGenerator.pickRandom.md +0 -25
  45. package/docs/Generator/classes/PseudoRandomGenerator.pickSequence.md +0 -24
  46. package/docs/Generator/classes/PseudoRandomGenerator.pickSequential.md +0 -25
  47. package/docs/Generator/classes/PseudoRandomGenerator.rng.md +0 -11
  48. package/docs/Generator/classes/PseudoRandomGenerator.setGlobalRng.md +0 -24
  49. package/docs/Generator/classes/SeededRandomSource.clone.md +0 -17
  50. package/docs/Generator/classes/SeededRandomSource.counter.md +0 -11
  51. package/docs/Generator/classes/SeededRandomSource.create.md +0 -24
  52. package/docs/Generator/classes/SeededRandomSource.createChild.md +0 -24
  53. package/docs/Generator/classes/SeededRandomSource.hashSeed.md +0 -24
  54. package/docs/Generator/classes/SeededRandomSource.hashStateAndLabel.md +0 -25
  55. package/docs/Generator/classes/SeededRandomSource.lineage.md +0 -9
  56. package/docs/Generator/classes/SeededRandomSource.md +0 -187
  57. package/docs/Generator/classes/SeededRandomSource.mulberryStep.md +0 -24
  58. package/docs/Generator/classes/SeededRandomSource.next.md +0 -17
  59. package/docs/Generator/classes/SeededRandomSource.seed.md +0 -9
  60. package/docs/Generator/interfaces/INextResult.md +0 -61
  61. package/docs/Generator/interfaces/INextResult.nextState.md +0 -9
  62. package/docs/Generator/interfaces/INextResult.value.md +0 -9
  63. package/docs/Generator/interfaces/IPseudoRandomGeneratorCreateParams.global.md +0 -9
  64. package/docs/Generator/interfaces/IPseudoRandomGeneratorCreateParams.md +0 -78
  65. package/docs/Generator/interfaces/IPseudoRandomGeneratorCreateParams.seed.md +0 -9
  66. package/docs/Generator/interfaces/IPseudoRandomGeneratorCreateParams.step.md +0 -9
  67. package/docs/Generator/interfaces/IRandomSequencePickParams.candidates.md +0 -9
  68. package/docs/Generator/interfaces/IRandomSequencePickParams.count.md +0 -9
  69. package/docs/Generator/interfaces/IRandomSequencePickParams.how.md +0 -9
  70. package/docs/Generator/interfaces/IRandomSequencePickParams.md +0 -79
  71. package/docs/Generator/interfaces/ISeedPair.md +0 -61
  72. package/docs/Generator/interfaces/ISeedPair.seed.md +0 -9
  73. package/docs/Generator/interfaces/ISeedPair.state.md +0 -9
  74. package/docs/Generator/interfaces/ISeededRandomSourceConstructorParams.counter.md +0 -9
  75. package/docs/Generator/interfaces/ISeededRandomSourceConstructorParams.lineage.md +0 -9
  76. package/docs/Generator/interfaces/ISeededRandomSourceConstructorParams.md +0 -112
  77. package/docs/Generator/interfaces/ISeededRandomSourceConstructorParams.seed.md +0 -9
  78. package/docs/Generator/interfaces/ISeededRandomSourceConstructorParams.state.md +0 -9
  79. package/docs/Generator/interfaces/ISeededRandomSourceConstructorParams.step.md +0 -9
  80. package/docs/Generator/interfaces/ISeededRandomSourceCreateParams.md +0 -61
  81. package/docs/Generator/interfaces/ISeededRandomSourceCreateParams.seed.md +0 -9
  82. package/docs/Generator/interfaces/ISeededRandomSourceCreateParams.step.md +0 -9
  83. package/docs/Generator/interfaces/ISequentialPickParams.candidates.md +0 -9
  84. package/docs/Generator/interfaces/ISequentialPickParams.count.md +0 -9
  85. package/docs/Generator/interfaces/ISequentialPickParams.how.md +0 -9
  86. package/docs/Generator/interfaces/ISequentialPickParams.md +0 -79
  87. package/docs/Generator/type-aliases/RandomStepFunction.md +0 -11
  88. package/docs/Generator/type-aliases/SequencePickParams.md +0 -11
  89. package/docs/GeneratorData/Chars/README.md +0 -152
  90. package/docs/GeneratorData/Chars/variables/all.md +0 -9
  91. package/docs/GeneratorData/Chars/variables/alphanumeric.md +0 -9
  92. package/docs/GeneratorData/Chars/variables/base64.md +0 -9
  93. package/docs/GeneratorData/Chars/variables/base64Url.md +0 -9
  94. package/docs/GeneratorData/Chars/variables/base64UrlNoPadding.md +0 -9
  95. package/docs/GeneratorData/Chars/variables/digits.md +0 -9
  96. package/docs/GeneratorData/Chars/variables/hex.md +0 -9
  97. package/docs/GeneratorData/Chars/variables/hexDigits.md +0 -9
  98. package/docs/GeneratorData/Chars/variables/hexDigitsUpper.md +0 -9
  99. package/docs/GeneratorData/Chars/variables/letters.md +0 -9
  100. package/docs/GeneratorData/Chars/variables/lowerCase.md +0 -9
  101. package/docs/GeneratorData/Chars/variables/printable.md +0 -9
  102. package/docs/GeneratorData/Chars/variables/symbols.md +0 -9
  103. package/docs/GeneratorData/Chars/variables/upperCase.md +0 -9
  104. package/docs/GeneratorData/Chars/variables/whitespace.md +0 -9
  105. package/docs/GeneratorData/README.md +0 -35
  106. package/docs/GeneratorData/Words/README.md +0 -125
  107. package/docs/GeneratorData/Words/variables/Adjectives.md +0 -7
  108. package/docs/GeneratorData/Words/variables/Animals.md +0 -7
  109. package/docs/GeneratorData/Words/variables/Cities.md +0 -7
  110. package/docs/GeneratorData/Words/variables/Colors.md +0 -7
  111. package/docs/GeneratorData/Words/variables/Countries.md +0 -7
  112. package/docs/GeneratorData/Words/variables/Domains.md +0 -7
  113. package/docs/GeneratorData/Words/variables/FamilyNames.md +0 -9
  114. package/docs/GeneratorData/Words/variables/FirstNames.md +0 -9
  115. package/docs/GeneratorData/Words/variables/FirstNamesFemale.md +0 -9
  116. package/docs/GeneratorData/Words/variables/FirstNamesMale.md +0 -9
  117. package/docs/GeneratorData/Words/variables/Gerunds.md +0 -7
  118. package/docs/GeneratorData/Words/variables/jobs.md +0 -7
  119. package/docs/GeneratorData/variables/Adjectives.md +0 -7
  120. package/docs/GeneratorData/variables/Animals.md +0 -7
  121. package/docs/GeneratorData/variables/Cities.md +0 -7
  122. package/docs/GeneratorData/variables/Colors.md +0 -7
  123. package/docs/GeneratorData/variables/Countries.md +0 -7
  124. package/docs/GeneratorData/variables/Domains.md +0 -7
  125. package/docs/GeneratorData/variables/FamilyNames.md +0 -9
  126. package/docs/GeneratorData/variables/FirstNames.md +0 -9
  127. package/docs/GeneratorData/variables/FirstNamesFemale.md +0 -9
  128. package/docs/GeneratorData/variables/FirstNamesMale.md +0 -9
  129. package/docs/GeneratorData/variables/Gerunds.md +0 -7
  130. package/docs/GeneratorData/variables/all.md +0 -9
  131. package/docs/GeneratorData/variables/alphanumeric.md +0 -9
  132. package/docs/GeneratorData/variables/base64.md +0 -9
  133. package/docs/GeneratorData/variables/base64Url.md +0 -9
  134. package/docs/GeneratorData/variables/base64UrlNoPadding.md +0 -9
  135. package/docs/GeneratorData/variables/digits.md +0 -9
  136. package/docs/GeneratorData/variables/hex.md +0 -9
  137. package/docs/GeneratorData/variables/hexDigits.md +0 -9
  138. package/docs/GeneratorData/variables/hexDigitsUpper.md +0 -9
  139. package/docs/GeneratorData/variables/jobs.md +0 -7
  140. package/docs/GeneratorData/variables/letters.md +0 -9
  141. package/docs/GeneratorData/variables/lowerCase.md +0 -9
  142. package/docs/GeneratorData/variables/printable.md +0 -9
  143. package/docs/GeneratorData/variables/symbols.md +0 -9
  144. package/docs/GeneratorData/variables/upperCase.md +0 -9
  145. package/docs/GeneratorData/variables/whitespace.md +0 -9
  146. package/docs/README.md +0 -35
  147. package/docs/Words/README.md +0 -125
  148. package/docs/Words/variables/Adjectives.md +0 -7
  149. package/docs/Words/variables/Animals.md +0 -7
  150. package/docs/Words/variables/Cities.md +0 -7
  151. package/docs/Words/variables/Colors.md +0 -7
  152. package/docs/Words/variables/Countries.md +0 -7
  153. package/docs/Words/variables/Domains.md +0 -7
  154. package/docs/Words/variables/FamilyNames.md +0 -9
  155. package/docs/Words/variables/FirstNames.md +0 -9
  156. package/docs/Words/variables/FirstNamesFemale.md +0 -9
  157. package/docs/Words/variables/FirstNamesMale.md +0 -9
  158. package/docs/Words/variables/Gerunds.md +0 -7
  159. package/docs/Words/variables/jobs.md +0 -7
  160. package/docs/classes/PseudoRandomGenerator.clone.md +0 -17
  161. package/docs/classes/PseudoRandomGenerator.create.md +0 -24
  162. package/docs/classes/PseudoRandomGenerator.createChild.md +0 -24
  163. package/docs/classes/PseudoRandomGenerator.ensureRng.md +0 -25
  164. package/docs/classes/PseudoRandomGenerator.getGlobalRng.md +0 -17
  165. package/docs/classes/PseudoRandomGenerator.md +0 -258
  166. package/docs/classes/PseudoRandomGenerator.nextBoolean.md +0 -24
  167. package/docs/classes/PseudoRandomGenerator.nextFloat.md +0 -17
  168. package/docs/classes/PseudoRandomGenerator.nextInRange.md +0 -25
  169. package/docs/classes/PseudoRandomGenerator.nextInt.md +0 -24
  170. package/docs/classes/PseudoRandomGenerator.nextString.md +0 -25
  171. package/docs/classes/PseudoRandomGenerator.pickNext.md +0 -24
  172. package/docs/classes/PseudoRandomGenerator.pickRandom.md +0 -25
  173. package/docs/classes/PseudoRandomGenerator.pickSequence.md +0 -24
  174. package/docs/classes/PseudoRandomGenerator.pickSequential.md +0 -25
  175. package/docs/classes/PseudoRandomGenerator.rng.md +0 -11
  176. package/docs/classes/PseudoRandomGenerator.setGlobalRng.md +0 -24
  177. package/docs/classes/SeededRandomSource.clone.md +0 -17
  178. package/docs/classes/SeededRandomSource.counter.md +0 -11
  179. package/docs/classes/SeededRandomSource.create.md +0 -24
  180. package/docs/classes/SeededRandomSource.createChild.md +0 -24
  181. package/docs/classes/SeededRandomSource.hashSeed.md +0 -24
  182. package/docs/classes/SeededRandomSource.hashStateAndLabel.md +0 -25
  183. package/docs/classes/SeededRandomSource.lineage.md +0 -9
  184. package/docs/classes/SeededRandomSource.md +0 -187
  185. package/docs/classes/SeededRandomSource.mulberryStep.md +0 -24
  186. package/docs/classes/SeededRandomSource.next.md +0 -17
  187. package/docs/classes/SeededRandomSource.seed.md +0 -9
  188. package/docs/interfaces/INextResult.md +0 -61
  189. package/docs/interfaces/INextResult.nextState.md +0 -9
  190. package/docs/interfaces/INextResult.value.md +0 -9
  191. package/docs/interfaces/IPseudoRandomGeneratorCreateParams.global.md +0 -9
  192. package/docs/interfaces/IPseudoRandomGeneratorCreateParams.md +0 -78
  193. package/docs/interfaces/IPseudoRandomGeneratorCreateParams.seed.md +0 -9
  194. package/docs/interfaces/IPseudoRandomGeneratorCreateParams.step.md +0 -9
  195. package/docs/interfaces/IRandomSequencePickParams.candidates.md +0 -9
  196. package/docs/interfaces/IRandomSequencePickParams.count.md +0 -9
  197. package/docs/interfaces/IRandomSequencePickParams.how.md +0 -9
  198. package/docs/interfaces/IRandomSequencePickParams.md +0 -79
  199. package/docs/interfaces/ISeedPair.md +0 -61
  200. package/docs/interfaces/ISeedPair.seed.md +0 -9
  201. package/docs/interfaces/ISeedPair.state.md +0 -9
  202. package/docs/interfaces/ISeededRandomSourceConstructorParams.counter.md +0 -9
  203. package/docs/interfaces/ISeededRandomSourceConstructorParams.lineage.md +0 -9
  204. package/docs/interfaces/ISeededRandomSourceConstructorParams.md +0 -112
  205. package/docs/interfaces/ISeededRandomSourceConstructorParams.seed.md +0 -9
  206. package/docs/interfaces/ISeededRandomSourceConstructorParams.state.md +0 -9
  207. package/docs/interfaces/ISeededRandomSourceConstructorParams.step.md +0 -9
  208. package/docs/interfaces/ISeededRandomSourceCreateParams.md +0 -61
  209. package/docs/interfaces/ISeededRandomSourceCreateParams.seed.md +0 -9
  210. package/docs/interfaces/ISeededRandomSourceCreateParams.step.md +0 -9
  211. package/docs/interfaces/ISequentialPickParams.candidates.md +0 -9
  212. package/docs/interfaces/ISequentialPickParams.count.md +0 -9
  213. package/docs/interfaces/ISequentialPickParams.how.md +0 -9
  214. package/docs/interfaces/ISequentialPickParams.md +0 -79
  215. package/docs/type-aliases/RandomStepFunction.md +0 -11
  216. package/docs/type-aliases/SequencePickParams.md +0 -11
  217. package/docs/variables/Adjectives.md +0 -7
  218. package/docs/variables/Animals.md +0 -7
  219. package/docs/variables/Cities.md +0 -7
  220. package/docs/variables/Colors.md +0 -7
  221. package/docs/variables/Countries.md +0 -7
  222. package/docs/variables/Domains.md +0 -7
  223. package/docs/variables/FamilyNames.md +0 -9
  224. package/docs/variables/FirstNames.md +0 -9
  225. package/docs/variables/FirstNamesFemale.md +0 -9
  226. package/docs/variables/FirstNamesMale.md +0 -9
  227. package/docs/variables/Gerunds.md +0 -7
  228. package/docs/variables/all.md +0 -9
  229. package/docs/variables/alphanumeric.md +0 -9
  230. package/docs/variables/base64.md +0 -9
  231. package/docs/variables/base64Url.md +0 -9
  232. package/docs/variables/base64UrlNoPadding.md +0 -9
  233. package/docs/variables/digits.md +0 -9
  234. package/docs/variables/hex.md +0 -9
  235. package/docs/variables/hexDigits.md +0 -9
  236. package/docs/variables/hexDigitsUpper.md +0 -9
  237. package/docs/variables/jobs.md +0 -7
  238. package/docs/variables/letters.md +0 -9
  239. package/docs/variables/lowerCase.md +0 -9
  240. package/docs/variables/printable.md +0 -9
  241. package/docs/variables/symbols.md +0 -9
  242. package/docs/variables/upperCase.md +0 -9
  243. package/docs/variables/whitespace.md +0 -9
  244. package/lib/test/unit/generators.test.d.ts +0 -2
  245. package/lib/test/unit/generators.test.d.ts.map +0 -1
  246. package/lib/test/unit/generators.test.js +0 -598
  247. package/lib/test/unit/generators.test.js.map +0 -1
  248. package/lib/test/unit/randomSource.test.d.ts +0 -2
  249. package/lib/test/unit/randomSource.test.d.ts.map +0 -1
  250. package/lib/test/unit/randomSource.test.js +0 -454
  251. package/lib/test/unit/randomSource.test.js.map +0 -1
  252. package/rush-logs/ts-random.build.cache.log +0 -3
  253. package/rush-logs/ts-random.build.log +0 -6
  254. package/src/generator/generators.ts +0 -273
  255. package/src/generator/index.ts +0 -22
  256. package/src/generator/randomSource.ts +0 -224
  257. package/src/generator-data/charClasses.ts +0 -95
  258. package/src/generator-data/index.ts +0 -22
  259. package/src/generator-data/words/adjectives.ts +0 -247
  260. package/src/generator-data/words/animals.ts +0 -75
  261. package/src/generator-data/words/cities.ts +0 -229
  262. package/src/generator-data/words/colors.ts +0 -56
  263. package/src/generator-data/words/countries.ts +0 -217
  264. package/src/generator-data/words/domains.ts +0 -47
  265. package/src/generator-data/words/gerunds.ts +0 -126
  266. package/src/generator-data/words/index.ts +0 -29
  267. package/src/generator-data/words/jobs.ts +0 -175
  268. package/src/generator-data/words/names.ts +0 -717
  269. package/src/index.ts +0 -7
  270. package/src/test/unit/generators.test.ts +0 -697
  271. package/src/test/unit/randomSource.test.ts +0 -526
  272. package/temp/build/typescript/ts_8nwakTlr.json +0 -1
  273. package/tsconfig.json +0 -7
@@ -1,56 +0,0 @@
1
- // Copyright (c) 2026 Erik Fortune
2
- //
3
- // Permission is hereby granted, free of charge, to any person obtaining a copy
4
- // of this software and associated documentation files (the "Software"), to deal
5
- // in the Software without restriction, including without limitation the rights
6
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- // copies of the Software, and to permit persons to whom the Software is
8
- // furnished to do so, subject to the following conditions:
9
- //
10
- // The above copyright notice and this permission notice shall be included in all
11
- // copies or substantial portions of the Software.
12
- //
13
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- // SOFTWARE.
20
-
21
- export const Colors: ReadonlyArray<string> = [
22
- 'white',
23
- 'black',
24
- 'red',
25
- 'blue',
26
- 'green',
27
- 'yellow',
28
- 'orange',
29
- 'purple',
30
- 'pink',
31
- 'brown',
32
- 'gray',
33
- 'grey',
34
- 'silver',
35
- 'gold',
36
- 'bronze',
37
- 'copper',
38
- 'gray',
39
- 'grey',
40
- 'cyan',
41
- 'magenta',
42
- 'lime',
43
- 'teal',
44
- 'navy',
45
- 'maroon',
46
- 'olive',
47
- 'aqua',
48
- 'fuchsia',
49
- 'lime',
50
- 'teal',
51
- 'navy',
52
- 'maroon',
53
- 'olive',
54
- 'aqua',
55
- 'fuchsia'
56
- ];
@@ -1,217 +0,0 @@
1
- // Copyright (c) 2026 Erik Fortune
2
- //
3
- // Permission is hereby granted, free of charge, to any person obtaining a copy
4
- // of this software and associated documentation files (the "Software"), to deal
5
- // in the Software without restriction, including without limitation the rights
6
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- // copies of the Software, and to permit persons to whom the Software is
8
- // furnished to do so, subject to the following conditions:
9
- //
10
- // The above copyright notice and this permission notice shall be included in all
11
- // copies or substantial portions of the Software.
12
- //
13
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- // SOFTWARE.
20
-
21
- export const Countries: ReadonlyArray<string> = [
22
- 'Afghanistan',
23
- 'Albania',
24
- 'Algeria',
25
- 'Andorra',
26
- 'Angola',
27
- 'Antigua and Barbuda',
28
- 'Argentina',
29
- 'Armenia',
30
- 'Australia',
31
- 'Austria',
32
- 'Azerbaijan',
33
- 'Bahamas',
34
- 'Bahrain',
35
- 'Bangladesh',
36
- 'Barbados',
37
- 'Belarus',
38
- 'Belgium',
39
- 'Belize',
40
- 'Benin',
41
- 'Bhutan',
42
- 'Bolivia',
43
- 'Bosnia and Herzegovina',
44
- 'Botswana',
45
- 'Brazil',
46
- 'Brunei',
47
- 'Bulgaria',
48
- 'Burkina Faso',
49
- 'Burundi',
50
- 'Cabo Verde',
51
- 'Cambodia',
52
- 'Cameroon',
53
- 'Canada',
54
- 'Central African Republic',
55
- 'Chad',
56
- 'Chile',
57
- 'China',
58
- 'Colombia',
59
- 'Comoros',
60
- 'Congo',
61
- 'Costa Rica',
62
- 'Croatia',
63
- 'Cuba',
64
- 'Cyprus',
65
- 'Czech Republic',
66
- 'Denmark',
67
- 'Djibouti',
68
- 'Dominica',
69
- 'Dominican Republic',
70
- 'Ecuador',
71
- 'Egypt',
72
- 'El Salvador',
73
- 'Equatorial Guinea',
74
- 'Eritrea',
75
- 'Estonia',
76
- 'Eswatini',
77
- 'Ethiopia',
78
- 'Fiji',
79
- 'Finland',
80
- 'France',
81
- 'Gabon',
82
- 'Gambia',
83
- 'Georgia',
84
- 'Germany',
85
- 'Ghana',
86
- 'Greece',
87
- 'Grenada',
88
- 'Guatemala',
89
- 'Guinea',
90
- 'Guinea-Bissau',
91
- 'Guyana',
92
- 'Haiti',
93
- 'Honduras',
94
- 'Hungary',
95
- 'Iceland',
96
- 'India',
97
- 'Indonesia',
98
- 'Iran',
99
- 'Iraq',
100
- 'Ireland',
101
- 'Israel',
102
- 'Italy',
103
- 'Jamaica',
104
- 'Japan',
105
- 'Jordan',
106
- 'Kazakhstan',
107
- 'Kenya',
108
- 'Kiribati',
109
- 'Kosovo',
110
- 'Kuwait',
111
- 'Kyrgyzstan',
112
- 'Laos',
113
- 'Latvia',
114
- 'Lebanon',
115
- 'Lesotho',
116
- 'Liberia',
117
- 'Libya',
118
- 'Liechtenstein',
119
- 'Lithuania',
120
- 'Luxembourg',
121
- 'Madagascar',
122
- 'Malawi',
123
- 'Malaysia',
124
- 'Maldives',
125
- 'Mali',
126
- 'Malta',
127
- 'Marshall Islands',
128
- 'Mauritania',
129
- 'Mauritius',
130
- 'Mexico',
131
- 'Micronesia',
132
- 'Moldova',
133
- 'Monaco',
134
- 'Mongolia',
135
- 'Montenegro',
136
- 'Morocco',
137
- 'Mozambique',
138
- 'Myanmar',
139
- 'Namibia',
140
- 'Nauru',
141
- 'Nepal',
142
- 'Netherlands',
143
- 'New Zealand',
144
- 'Nicaragua',
145
- 'Niger',
146
- 'Nigeria',
147
- 'North Korea',
148
- 'North Macedonia',
149
- 'Norway',
150
- 'Oman',
151
- 'Pakistan',
152
- 'Palau',
153
- 'Palestine',
154
- 'Panama',
155
- 'Papua New Guinea',
156
- 'Paraguay',
157
- 'Peru',
158
- 'Philippines',
159
- 'Poland',
160
- 'Portugal',
161
- 'Qatar',
162
- 'Romania',
163
- 'Russia',
164
- 'Rwanda',
165
- 'Saint Kitts and Nevis',
166
- 'Saint Lucia',
167
- 'Saint Vincent and the Grenadines',
168
- 'Samoa',
169
- 'San Marino',
170
- 'Sao Tome and Principe',
171
- 'Saudi Arabia',
172
- 'Senegal',
173
- 'Serbia',
174
- 'Seychelles',
175
- 'Sierra Leone',
176
- 'Singapore',
177
- 'Slovakia',
178
- 'Slovenia',
179
- 'Solomon Islands',
180
- 'Somalia',
181
- 'South Africa',
182
- 'South Korea',
183
- 'South Sudan',
184
- 'Spain',
185
- 'Sri Lanka',
186
- 'Sudan',
187
- 'Suriname',
188
- 'Sweden',
189
- 'Switzerland',
190
- 'Syria',
191
- 'Taiwan',
192
- 'Tajikistan',
193
- 'Tanzania',
194
- 'Thailand',
195
- 'Timor-Leste',
196
- 'Togo',
197
- 'Tonga',
198
- 'Trinidad and Tobago',
199
- 'Tunisia',
200
- 'Turkey',
201
- 'Turkmenistan',
202
- 'Tuvalu',
203
- 'Uganda',
204
- 'Ukraine',
205
- 'United Arab Emirates',
206
- 'United Kingdom',
207
- 'United States',
208
- 'Uruguay',
209
- 'Uzbekistan',
210
- 'Vanuatu',
211
- 'Vatican City',
212
- 'Venezuela',
213
- 'Vietnam',
214
- 'Yemen',
215
- 'Zambia',
216
- 'Zimbabwe'
217
- ];
@@ -1,47 +0,0 @@
1
- // Copyright (c) 2026 Erik Fortune
2
- //
3
- // Permission is hereby granted, free of charge, to any person obtaining a copy
4
- // of this software and associated documentation files (the "Software"), to deal
5
- // in the Software without restriction, including without limitation the rights
6
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- // copies of the Software, and to permit persons to whom the Software is
8
- // furnished to do so, subject to the following conditions:
9
- //
10
- // The above copyright notice and this permission notice shall be included in all
11
- // copies or substantial portions of the Software.
12
- //
13
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- // SOFTWARE.
20
-
21
- export const Domains: ReadonlyArray<string> = [
22
- '.com',
23
- '.org',
24
- '.net',
25
- '.edu',
26
- '.gov',
27
- '.io',
28
- '.co',
29
- '.us',
30
- '.uk',
31
- '.ca',
32
- '.au',
33
- '.de',
34
- '.fr',
35
- '.jp',
36
- '.cn',
37
- '.in',
38
- '.br',
39
- '.ru',
40
- '.info',
41
- '.biz',
42
- '.me',
43
- '.tv',
44
- '.app',
45
- '.dev',
46
- '.ai'
47
- ];
@@ -1,126 +0,0 @@
1
- // Copyright (c) 2026 Erik Fortune
2
- //
3
- // Permission is hereby granted, free of charge, to any person obtaining a copy
4
- // of this software and associated documentation files (the "Software"), to deal
5
- // in the Software without restriction, including without limitation the rights
6
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- // copies of the Software, and to permit persons to whom the Software is
8
- // furnished to do so, subject to the following conditions:
9
- //
10
- // The above copyright notice and this permission notice shall be included in all
11
- // copies or substantial portions of the Software.
12
- //
13
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- // SOFTWARE.
20
-
21
- export const Gerunds: ReadonlyArray<string> = [
22
- 'running',
23
- 'jumping',
24
- 'swimming',
25
- 'walking',
26
- 'talking',
27
- 'singing',
28
- 'dancing',
29
- 'reading',
30
- 'writing',
31
- 'thinking',
32
- 'sleeping',
33
- 'eating',
34
- 'drinking',
35
- 'working',
36
- 'playing',
37
- 'studying',
38
- 'learning',
39
- 'teaching',
40
- 'cooking',
41
- 'cleaning',
42
- 'driving',
43
- 'flying',
44
- 'climbing',
45
- 'falling',
46
- 'growing',
47
- 'building',
48
- 'creating',
49
- 'designing',
50
- 'painting',
51
- 'drawing',
52
- 'listening',
53
- 'watching',
54
- 'waiting',
55
- 'hoping',
56
- 'dreaming',
57
- 'planning',
58
- 'organizing',
59
- 'managing',
60
- 'leading',
61
- 'following',
62
- 'helping',
63
- 'supporting',
64
- 'caring',
65
- 'loving',
66
- 'hating',
67
- 'feeling',
68
- 'understanding',
69
- 'knowing',
70
- 'believing',
71
- 'trusting',
72
- 'fighting',
73
- 'winning',
74
- 'losing',
75
- 'trying',
76
- 'failing',
77
- 'succeeding',
78
- 'improving',
79
- 'changing',
80
- 'moving',
81
- 'staying',
82
- 'leaving',
83
- 'arriving',
84
- 'beginning',
85
- 'ending',
86
- 'starting',
87
- 'finishing',
88
- 'opening',
89
- 'closing',
90
- 'breaking',
91
- 'fixing',
92
- 'making',
93
- 'taking',
94
- 'giving',
95
- 'receiving',
96
- 'sending',
97
- 'buying',
98
- 'selling',
99
- 'trading',
100
- 'sharing',
101
- 'hiding',
102
- 'seeking',
103
- 'finding',
104
- 'losing',
105
- 'searching',
106
- 'exploring',
107
- 'discovering',
108
- 'inventing',
109
- 'solving',
110
- 'questioning',
111
- 'answering',
112
- 'asking',
113
- 'telling',
114
- 'showing',
115
- 'proving',
116
- 'testing',
117
- 'measuring',
118
- 'counting',
119
- 'calculating',
120
- 'programming',
121
- 'coding',
122
- 'debugging',
123
- 'deploying',
124
- 'launching',
125
- 'shipping'
126
- ];
@@ -1,29 +0,0 @@
1
- // Copyright (c) 2026 Erik Fortune
2
- //
3
- // Permission is hereby granted, free of charge, to any person obtaining a copy
4
- // of this software and associated documentation files (the "Software"), to deal
5
- // in the Software without restriction, including without limitation the rights
6
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- // copies of the Software, and to permit persons to whom the Software is
8
- // furnished to do so, subject to the following conditions:
9
- //
10
- // The above copyright notice and this permission notice shall be included in all
11
- // copies or substantial portions of the Software.
12
- //
13
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- // SOFTWARE.
20
-
21
- export * from './adjectives';
22
- export * from './animals';
23
- export * from './cities';
24
- export * from './colors';
25
- export * from './countries';
26
- export * from './domains';
27
- export * from './gerunds';
28
- export * from './jobs';
29
- export * from './names';
@@ -1,175 +0,0 @@
1
- // Copyright (c) 2026 Erik Fortune
2
- //
3
- // Permission is hereby granted, free of charge, to any person obtaining a copy
4
- // of this software and associated documentation files (the "Software"), to deal
5
- // in the Software without restriction, including without limitation the rights
6
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- // copies of the Software, and to permit persons to whom the Software is
8
- // furnished to do so, subject to the following conditions:
9
- //
10
- // The above copyright notice and this permission notice shall be included in all
11
- // copies or substantial portions of the Software.
12
- //
13
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- // SOFTWARE.
20
-
21
- export const jobs = [
22
- 'Accountant',
23
- 'Actor',
24
- 'Actuary',
25
- 'Administrator',
26
- 'Advertising Manager',
27
- 'Aerospace Engineer',
28
- 'Agricultural Scientist',
29
- 'Air Traffic Controller',
30
- 'Animator',
31
- 'Anthropologist',
32
- 'Archaeologist',
33
- 'Architect',
34
- 'Art Director',
35
- 'Astronomer',
36
- 'Attorney',
37
- 'Audiologist',
38
- 'Baker',
39
- 'Banker',
40
- 'Barber',
41
- 'Biologist',
42
- 'Biomedical Engineer',
43
- 'Bookkeeper',
44
- 'Broadcast Technician',
45
- 'Bus Driver',
46
- 'Business Analyst',
47
- 'Carpenter',
48
- 'Cartographer',
49
- 'Chef',
50
- 'Chemical Engineer',
51
- 'Chemist',
52
- 'Chiropractor',
53
- 'Civil Engineer',
54
- 'Clinical Psychologist',
55
- 'Coach',
56
- 'Computer Programmer',
57
- 'Construction Manager',
58
- 'Consultant',
59
- 'Content Writer',
60
- 'Copywriter',
61
- 'Counselor',
62
- 'Court Reporter',
63
- 'Curator',
64
- 'Data Analyst',
65
- 'Data Scientist',
66
- 'Database Administrator',
67
- 'Dental Hygienist',
68
- 'Dentist',
69
- 'Dermatologist',
70
- 'Dietitian',
71
- 'Director',
72
- 'Economist',
73
- 'Editor',
74
- 'Electrical Engineer',
75
- 'Electrician',
76
- 'Elementary School Teacher',
77
- 'Emergency Medical Technician',
78
- 'Engineer',
79
- 'Environmental Scientist',
80
- 'Epidemiologist',
81
- 'Event Planner',
82
- 'Fashion Designer',
83
- 'Film Director',
84
- 'Financial Advisor',
85
- 'Financial Analyst',
86
- 'Firefighter',
87
- 'Fitness Trainer',
88
- 'Flight Attendant',
89
- 'Florist',
90
- 'Forensic Scientist',
91
- 'Fundraiser',
92
- 'Geologist',
93
- 'Graphic Designer',
94
- 'Hairdresser',
95
- 'Health Educator',
96
- 'Historian',
97
- 'Human Resources Manager',
98
- 'Industrial Designer',
99
- 'Industrial Engineer',
100
- 'Insurance Agent',
101
- 'Interior Designer',
102
- 'Interpreter',
103
- 'Investment Banker',
104
- 'IT Manager',
105
- 'Journalist',
106
- 'Judge',
107
- 'Landscape Architect',
108
- 'Lawyer',
109
- 'Librarian',
110
- 'Loan Officer',
111
- 'Logistician',
112
- 'Machine Operator',
113
- 'Makeup Artist',
114
- 'Management Consultant',
115
- 'Manufacturing Engineer',
116
- 'Marine Biologist',
117
- 'Market Research Analyst',
118
- 'Marketing Manager',
119
- 'Massage Therapist',
120
- 'Mathematician',
121
- 'Mechanical Engineer',
122
- 'Medical Assistant',
123
- 'Microbiologist',
124
- 'Musician',
125
- 'Network Administrator',
126
- 'Neurologist',
127
- 'Nuclear Engineer',
128
- 'Nurse',
129
- 'Nutritionist',
130
- 'Occupational Therapist',
131
- 'Optometrist',
132
- 'Paralegal',
133
- 'Paramedic',
134
- 'Park Ranger',
135
- 'Pediatrician',
136
- 'Pharmacist',
137
- 'Photographer',
138
- 'Physical Therapist',
139
- 'Physician',
140
- 'Physicist',
141
- 'Pilot',
142
- 'Plumber',
143
- 'Police Officer',
144
- 'Political Scientist',
145
- 'Producer',
146
- 'Product Manager',
147
- 'Professor',
148
- 'Project Manager',
149
- 'Psychiatrist',
150
- 'Psychologist',
151
- 'Public Relations Specialist',
152
- 'Quality Assurance Analyst',
153
- 'Radiologist',
154
- 'Real Estate Agent',
155
- 'Receptionist',
156
- 'Registered Nurse',
157
- 'Reporter',
158
- 'Research Scientist',
159
- 'Respiratory Therapist',
160
- 'Sales Manager',
161
- 'Social Worker',
162
- 'Software Developer',
163
- 'Software Engineer',
164
- 'Statistician',
165
- 'Surgeon',
166
- 'Surveyor',
167
- 'Systems Analyst',
168
- 'Teacher',
169
- 'Technical Writer',
170
- 'Urban Planner',
171
- 'Veterinarian',
172
- 'Web Developer',
173
- 'Writer',
174
- 'Zoologist'
175
- ];