SciRuby / distribution

Probability distributions for Ruby.
http://sciruby.com/
Other
50 stars 21 forks source link

Create a Distribution::Uniform #22

Closed agarie closed 8 years ago

agarie commented 9 years ago

We have Ruby's Random class that can be used for this. The main point isn't implementing a new uniform RNG, but having a single interface for all distributions supported. This way, someone won't have to use two different APIs when he's working with normal (e.g.) and uniform random numbers.

envp commented 8 years ago

I'd be happy to take part in this, can you tell me how to start?

I'm browsing the other distributions to understand the structure for this. Would appreciate some help on proper environment setup / linting to be used, required reading etc.