Skip to content

devleague/Scrambled-Number-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrambled Number Generator

Create a function that takes in a number (n).

It will generate n unique numbers and return those numbers in a random order. The unique numbers must start at 0 and can range up to but not including n.

Each call to this function with the same input, will generate the same n unique numbers but will have a different and random order.

For Example:

 generator(10);

Will generate an array of ten numbers but ordered randomly. Calling the same function with the same input of 10, will generate another array with the same ten numbers but with a different ordering.

About

Scrambled Number Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published