Write a program using Visual Basic to display 1000 8 characterrandom user IDs in a text box after you click a button. Make surethe program verifies that none of the IDs are identical. Eachuserid should include a mixture of alphabetic characters andnumbers. Explain your program in your essay, with screenshots.Include a paragraph on the random number generator used in VisualBasic, and answer the question: how should the random numbergenerator be best seeded?
Solution