Question: In java: Write a test client for Random that checks that two methods, namely, nextGaussian()and nextLong() in the library operate as expected. Take a command-line
In java: Write a test client for Random that checks that two methods, namely, nextGaussian()and nextLong() in the library operate as expected. Take a command-line argument N, generate N random numbers using each of the methods in Random, and print out their mean, and standard deviation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
