Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 271 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 271 Bytes

How to create rand7() using rand5()

Trying to create a function rand7() which returns a random uniform distribution for integers in the range [1-7] inclusive using the rand5() function which returns a random unifrom distribution for integers in the range [1-5]