[#3986] Re: Principle of least effort -- another Ruby virtue. — Andrew Hunt <andy@...>

> Principle of Least Effort.

14 messages 2000/07/14

[#4043] What are you using Ruby for? — Dave Thomas <Dave@...>

16 messages 2000/07/16

[#4139] Facilitating Ruby self-propagation with the rig-it autopolymorph application. — Conrad Schneiker <schneik@...>

Hi,

11 messages 2000/07/20

[ruby-talk:03873] Re: Is there a statistician in the house? -- There's always a chance in the mansion of Ruby....

From: Andrew Hunt <andy@...>
Date: 2000-07-06 14:14:15 UTC
List: ruby-talk #3873
In comp.lang.ruby, you wrote:
> p a.gaussian
> p a.gaussian(12)
> p a.gaussian_tail(2, 12)
> p a.gaussian_tail(12)
> p a.bivariate_gaussian
> p a.bivariate_gaussian(1)
> p a.bivariate_gaussian(1, 1)
> p a.bivariate_gaussian(1, 2, -1)
> p a.exponential(1)
> p a.laplace(1)
> 
>  well, I've never finished the interface :-(, but if someone want the
>  source for random I can send it
> 
> 
> Guy Decoux

I'll bite.  I've been thinking about writing a better automatic-DJ for
my MP3 collection, and this would be helpful.  Thanks!

/\ndy

In This Thread

Prev Next