Skip to content

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]

Notifications You must be signed in to change notification settings

NaughtyConstrictor/randint5-randint7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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]

About

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]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published