Random number generators discussion

Random number generators | www.agner.org

GPL & Multinomials
Author: Agner Date: 2009-07-12 07:52
John Bauer wrote:
Have you given any thought to releasing your random number libraries under a license other than GPL?
My reason for using GPL license is that non-commercial projects can use it for free, while commercial projects have to pay for a license.

It's a general problem for the open source movement that there are a lot of different open source licenses around, which are not always mutually compatible. I don't know what to do about it. You may want to use Matsumoto's original C code for the Mersenne twister. It has a BSD license.

John Bauer wrote:

Also, what about a multinomial function call that returns a single value, rather than an array of counts?
I don't understand what you mean. A multinomial variate must by definition be a vector.
 
thread GPL & Multinomials new - John Bauer - 2009-07-11
last replythread GPL & Multinomials - Agner - 2009-07-12
last replythread GPL & Multinomials new - John Bauer - 2009-07-13
last reply Arbitrary discrete distribution new - Agner - 2009-07-14