chugins
chugins copied to clipboard
Rename Random chugin to Rand
See https://github.com/heuermh/lick/issues/11
Or alternatively, Rand
could be called Gaussian
or GaussianRandom
.
+1
Would it make sense to prefix this collection of chugins to avoid any collisions in the future?
Would it make sense to prefix this collection of chugins to avoid any collisions in the future?
While we're at it, how about
Add namespaces and import statements https://github.com/ccrma/chuck/issues/109 😉
Ping @gewang @spencersalazar @lathertonj for review
Ping @nshaheed for review
Im conflicted on this one -- Random
is typically a 1st party-provided utility in many programming languages, and it seems like 3rd party libraries should use namespacing (whether actual namespaces or common prefixes) to avoid conflicts for things like this. Eventually I would think the Random
chugin would expand to support more than just gaussian -- any assistance on improving it is also appreciated.