This is a repository that contains some D ranges. Some of them are random number generators.
- Forking and implementing the
isRandomGenerator()
function - Improve your algorithmic thinking
Learn more about D programming language
- Install a D compiler
- Install Dub
- Add
"versions": [ "advanced" ]
todub.json
for a bigger challenge - Implement
isRandomGenerator()
function - Run
dub test
- generated by the Phobos uniform function
- of 0 and 1
- generated using uniform distribution
- generated using normal distribution
advanced
- A list of ascending numbers
- A list of constant values
- A list of descending numbers
- A random list which contains lists of constants
advanced
- A random list of repeating random numbers
advanced
- Join the workshop
- Write more random generators