Write some code (in BlueJ) to test the generation of random numbers. To do this, create a new class called Random Tester. You can create this class in the tech-support1 project, or you can create a new project for it-it doesn't matter. In class Random Tester, implement two methods: print One Random (which prints out one random number) and print Multi Random(int how Many) (which has a parameter to specify how many numbers you want, and then prints out the appropriate number of random numbers).