Standalone application that generates a million positive random numbers in the range 0 - 1,000,000 with repetition.
This project was created using the following tools:
- Java 8
- Junit
- Maven
- JavaDoc
- JDK 8 or higher
- Apache Maven
- Clone or download the repository from the following url: https://github.com/ZhectorSM/MillionNumbers.git
- Unzip the project (Just in case you chose the zip version)
- From a terminal or cmd
- Go to the root folder of the project: /MillionNumbers or /MillionNumbers-master(zip version)
- Execute the commands:
- mvn clean package
- cd target
- Finally execute: java -jar MillionRandom-1.0.jar
- Type the name of the Original random file
- Type the name of the Sorted file
- Good job! You have generated and sorted a Million Random Numbers.
- The files generated are in the target folder of the project
- The numbers generated are positive and Integer numbers
- The range of random numbers is from 0 - 1,000,000 with repetition
- The sorting method is Ascending order
- The output files are in format csv
- The name of the output files are provided for the user
- The return of line ("\n") was added for visualization purposes
- The JavaDoc documentation of the application is in the path /doc/apidocs/index.html
- The unit tests are in the path src/test/java