[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] realrand 1.0.3 released

Maik Schmidt

2/27/2009 8:07:00 PM

Yo!

I have released a new version of my realrand gem some days ago.

RealRand hides different online services for generating real random
numbers (those that can be derived from natural processes such as lava
lamps or radioactive decay) behind a simple API.

Documentation can be found here: http://realrand.ruby...

This version of realrand works with Ruby 1.9.1 and Ruby 1.8.x.

Simply run 'gem install realrand' or 'gem update' to get the new version.

Cheers,

Maik

---
Maik Schmidt (http://maik-...), Software Developer
Enterprise Recipes with Ruby and Rails
(http://pragprog.com/titles/msenr/enterprise-recipes-with-ruby...)
Enterprise

Integration with Ruby
(http://pragprog.com/titles/fr_eir/enterprise-integration...)

"Start simple or fail!"

1 Answer

Reid Thompson

2/28/2009 1:20:00 AM

0

Maik Schmidt wrote:
> Yo!
>
> I have released a new version of my realrand gem some days ago.
>
> RealRand hides different online services for generating real random
> numbers (those that can be derived from natural processes such as lava
> lamps or radioactive decay) behind a simple API.
>
> Documentation can be found here: http://realrand.ruby...

thanks -- this is a neat lib