Advertisement
Guest User

Random Name Generator

a guest
Dec 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. randInt(1,50)→N
  2. If N=1
  3. Then
  4. "James"→Str9
  5. End
  6. If N=2
  7. Then
  8. "David"→Str9
  9. End
  10. If N=3
  11. Then
  12. "Christopher"→Str9
  13. End
  14. If N=4
  15. Then
  16. "George"→Str9
  17. End
  18. If N=5
  19. Then
  20. "Ronald"→Str9
  21. End
  22. If N=6
  23. Then
  24. "John"→Str9
  25. End
  26. If N=7
  27. Then
  28. "Richard"→Str9
  29. End
  30. If N=8
  31. Then
  32. "Daniel"→Str9
  33. End
  34. If N=9
  35. Then
  36. "Kenneth"→Str9
  37. End
  38. If N=10
  39. Then
  40. "Anthony"→Str9
  41. End
  42. If N=11
  43. Then
  44. "Robert"→Str9
  45. End
  46. If N=12
  47. Then
  48. "Charles"→Str9
  49. End
  50. If N=13
  51. Then
  52. "Paul"→Str9
  53. End
  54. If N=14
  55. Then
  56. "Steven"→Str9
  57. End
  58. If N=15
  59. Then
  60. "Kevin"→Str9
  61. End
  62. If N=16
  63. Then
  64. "Michael"→Str9
  65. End
  66. If N=17
  67. Then
  68. "Joseph"→Str9
  69. End
  70. If N=18
  71. Then
  72. "Mark"→Str9
  73. End
  74. If N=19
  75. Then
  76. "Edward"→Str9
  77. End
  78. If N=20
  79. Then
  80. "Jason"→Str9
  81. End
  82. If N=21
  83. Then
  84. "William"→Str9
  85. End
  86. If N=22
  87. Then
  88. "Thomas"→Str9
  89. End
  90. If N=23
  91. Then
  92. "Donald"→Str9
  93. End
  94. If N=24
  95. Then
  96. "Brian"→Str9
  97. End
  98. If N=25
  99. Then
  100. "Jeff"→Str9
  101. End
  102. If N=26
  103. Then
  104. "Mary"→Str9
  105. End
  106. If N=27
  107. Then
  108. "Patricia"→Str9
  109. End
  110. If N=28
  111. Then
  112. "Linda"→Str9
  113. End
  114. If N=29
  115. Then
  116. "Barbara"→Str9
  117. End
  118. If N=30
  119. Then
  120. "Elizabeth"→Str9
  121. End
  122. If N=31
  123. Then
  124. "Jennifer"→Str9
  125. End
  126. If N=32
  127. Then
  128. "Maria"→Str9
  129. End
  130. If N=33
  131. Then
  132. "Susan"→Str9
  133. End
  134. If N=34
  135. Then
  136. "Margaret"→Str9
  137. End
  138. If N=35
  139. Then
  140. "Dorothy"→Str9
  141. End
  142. If N=36
  143. Then
  144. "Lisa"→Str9
  145. End
  146. If N=37
  147. Then
  148. "Nancy"→Str9
  149. End
  150. If N=38
  151. Then
  152. "Karen"→Str9
  153. End
  154. If N=39
  155. Then
  156. "Betty"→Str9
  157. End
  158. If N=40
  159. Then
  160. "Helen"→Str9
  161. End
  162. If N=41
  163. Then
  164. "Sandra"→Str9
  165. End
  166. If N=42
  167. Then
  168. "Donna"→Str9
  169. End
  170. If N=43
  171. Then
  172. "Carol"→Str9
  173. End
  174. If N=44
  175. Then
  176. "Ruth"→Str9
  177. End
  178. If N=45
  179. Then
  180. "Sharon"→Str9
  181. End
  182. If N=46
  183. Then
  184. "Michelle"→Str9
  185. End
  186. If N=47
  187. Then
  188. "Lauren"→Str9
  189. End
  190. If N=48
  191. Then
  192. "Sarah"→Str9
  193. End
  194. If N=49
  195. Then
  196. "Isabel"→Str9
  197. End
  198. If N=50
  199. Then
  200. "Ana"→Str9
  201. End
  202.  
  203.  
  204. randInt(1,25)→N
  205. If N=1
  206. Then
  207. Str9+" Smith"→Str9
  208. End
  209. If N=2
  210. Then
  211. Str9+" Johnson"→Str9
  212. End
  213. If N=3
  214. Then
  215. Str9+" Williams"→Str9
  216. End
  217. If N=4
  218. Then
  219. Str9+" Brown"→Str9
  220. End
  221. If N=5
  222. Then
  223. Str9+" Jones"→Str9
  224. End
  225. If N=6
  226. Then
  227. Str9+" Miller"→Str9
  228. End
  229. If N=7
  230. Then
  231. Str9+" Davis"→Str9
  232. End
  233. If N=8
  234. Then
  235. Str9+" Garcia"→Str9
  236. End
  237. If N=9
  238. Then
  239. Str9+" Rodriguez"→Str9
  240. End
  241. If N=10
  242. Then
  243. Str9+" Wilson"→Str9
  244. End
  245. If N=11
  246. Then
  247. Str9+" Martinez"→Str9
  248. End
  249. If N=12
  250. Then
  251. Str9+" Anderson"→Str9
  252. End
  253. If N=13
  254. Then
  255. Str9+" Taylor"→Str9
  256. End
  257. If N=14
  258. Then
  259. Str9+" Thomas"→Str9
  260. End
  261. If N=15
  262. Then
  263. Str9+" Hernandez"→Str9
  264. End
  265. If N=16
  266. Then
  267. Str9+" Moore"→Str9
  268. End
  269. If N=17
  270. Then
  271. Str9+" Jackson"→Str9
  272. End
  273. If N=18
  274. Then
  275. Str9+" Thompson"→Str9
  276. End
  277. If N=19
  278. Then
  279. Str9+" White"→Str9
  280. End
  281. If N=20
  282. Then
  283. Str9+" Lopez"→Str9
  284. End
  285. If N=21
  286. Then
  287. Str9+" Lee"→Str9
  288. End
  289. If N=22
  290. Then
  291. Str9+" Clark"→Str9
  292. End
  293. If N=23
  294. Then
  295. Str9+" Walker"→Str9
  296. End
  297. If N=24
  298. Then
  299. Str9+" Hall"→Str9
  300. End
  301. If N=25
  302. Then
  303. Str9+" Harris"→Str9
  304. End
  305. Stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement