isUniformRNG

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Wed May 7 14:01:17 PDT 2014


On Wednesday, 7 May 2014 at 20:11:13 UTC, Nick Sabalausky wrote:
> HashDRBGStream!() randStream;
> //aka:
> // HashDRBGStream!(SHA512, "D Crypto RNG") randStream;
>
> The stream version isn't a range and only supports filling a 
> provided ubyte[] buffer. So no element type.

Shouldn't that take an ubyte output range instead?

David


More information about the Digitalmars-d mailing list