Skip to content

isitrandom/random-generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D Random Generators

This is a repository that contains some D ranges. Some of them are random number generators.

What is this repository for?

  • Forking and implementing the isRandomGenerator() function
  • Improve your algorithmic thinking

Learn more about D programming language

How do I get set up?

  • Install a D compiler
  • Install Dub
  • Add "versions": [ "advanced" ] to dub.json for a bigger challenge
  • Implement isRandomGenerator() function
  • Run dub test

It contains

Random lists

  • generated by the Phobos uniform function
  • of 0 and 1
  • generated using uniform distribution
  • generated using normal distribution advanced

Non-random lists

  • 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

Contribution guidelines

  • Join the workshop
  • Write more random generators

About

Support for algortihmic thinking workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages