A Pseudorandom Number Sequence Test Application
-
Updated
Oct 31, 2024 - Java
A Pseudorandom Number Sequence Test Application
Solutions for Mooc.fi Java course
A Java client to get real random integers from https://random.org
Write a Java program that does the following: 1- Creates an array of integers with random values between 1 and 1000 (inclusive) and a size of 20. 2- Finds and prints the smallest and biggest values in the array. 3- Calculates and prints the average value of all the elements in the array.
Add a description, image, and links to the randomness topic page so that developers can more easily learn about it.
To associate your repository with the randomness topic, visit your repo's landing page and select "manage topics."