Any cryptographically secure pseudo-random number generator (CSPRNG) for D?

QAston qaston at gmail.com
Sun Aug 18 12:32:49 PDT 2013


On Sunday, 18 August 2013 at 10:14:29 UTC, ilya-stromberg wrote:
> Hi,
>
> Do you know any cryptographically secure pseudo-random number 
> generator (CSPRNG) for D?
>
> I know that we have std.random, but it is NOT cryptographically 
> secure.
>
> Thanks.

You may be interested in 
https://github.com/D-Programming-Deimos/openssl - D bindings for 
openssl.


More information about the Digitalmars-d mailing list