Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 511 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 511 Bytes

README

This is a Java learning project in which I hope to gain experience writing various mathematical algorithms in Java. These initiatives are categorizable as follows:

  1. Random Number Generator

Description: This program turns a user-supplied number into a random number. Every even digit in the number is transformed to an odd random number, and every odd digit is converted to a general random number.