Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 436 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 436 Bytes

random-number-generator

generating random number using middle square method

  1. pass int x and no of digit in x is n. it will generate random number y with no of digit is n.

Hits