Three^WFour Cool Things about D by Andrei Alexandrescu at NDC 2014

2014-06-09 Thread Andrei Alexandrescu via Digitalmars-d-announce
Enjoy, vote, and discuss! https://news.ycombinator.com/newest https://twitter.com/D_Programming/status/476010235493371904 http://www.reddit.com/r/programming/comments/27p6c8/threewfour_cool_things_about_d_by_andrei/ https://www.facebook.com/dlang.org/posts/862873807059635 Andrei

hap.random: a new random number library for D

2014-06-09 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
Hello all, Some of you may remember my earlier draft of a class-based std.random successor: http://forum.dlang.org/thread/cyytvhixkqlbwkmiu...@forum.dlang.org Following revisions made in response to feedback, and some further development, I decided that it would be best to release the

Re: hap.random: a new random number library for D

2014-06-09 Thread Ryan Voots via Digitalmars-d-announce
On Monday, 9 June 2014 at 18:09:21 UTC, Joseph Rushton Wakeling wrote: I've also written a blog post describing new features and the motivations behind this library: http://braingam.es/2014/06/hap-random-a-new-random-number-library-for-d/ I think that hap.random fixes certain fundamental

Re: Adam D. Ruppe's D Cookbook now available!

2014-06-09 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-05-28 20:14, Walter Bright wrote: http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book http://www.amazon.com/D-Cookbook-Adam-D-Ruppe/dp/1783287217 http://www.reddit.com/r/programming/comments/26pn00/d_cookbook_officially_published_consists_of_d/ After

Re: hap.random: a new random number library for D

2014-06-09 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
On Monday, 9 June 2014 at 18:51:53 UTC, Ryan Voots wrote: It definitely looks interesting. The 64bit MT is definitely something I'm after. I have a particularly strange need with PRNGs though. I need to easily make a bunch of child RNGs based off a master RNG. Nothing cryptographic about

K-Nearest Neighbor

2014-06-09 Thread Andrei Alexandrescu via Digitalmars-d-announce
Just found this: http://www.reddit.com/r/programming/comments/27qjxd/knearest_neighbor_in_d_language/ Andrei

Re: K-Nearest Neighbor

2014-06-09 Thread Ali Çehreli via Digitalmars-d-announce
On 06/09/2014 06:34 PM, Andrei Alexandrescu wrote: Just found this: http://www.reddit.com/r/programming/comments/27qjxd/knearest_neighbor_in_d_language/ Andrei I wonder what bearophile's response will be. ;) Ali