hap.random: a new random number library for D
Joseph Rushton Wakeling via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Jun 12 14:51:26 PDT 2014
On Monday, 9 June 2014 at 18:09:21 UTC, Joseph Rushton Wakeling
wrote:
> I think that hap.random fixes certain fundamental design issues
> with std.random. However, this needs to be put to the test "in
> the wild", so I'd really appreciate it if as many people as
> possible could try it out with their code, and report on the
> experience:
A few things I'd really like to hear back on, if anyone can give
them a go:
* try using hap.random via rdmd -- does it work?
* try making a dub package dependent on hap.random --
does it work?
* try importing only some, not all, of the hap.random
modules (e.g. import hap.random.generator) -- does
this still work?
* how does it work for people on non-Linux OS's?
Thanks!
-- Joe
More information about the Digitalmars-d-announce
mailing list