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

Walter Bright newshound2 at digitalmars.com
Mon Aug 19 10:39:56 PDT 2013


On 8/19/2013 8:56 AM, ilya-stromberg wrote:
> On Sunday, 18 August 2013 at 19:32:50 UTC, QAston wrote:
>> You may be interested in https://github.com/D-Programming-Deimos/openssl - D
>> bindings for openssl.
>
> How can I get access to the /dev/random or /dev/urandom (Linux only)? Like a
> file via std.file, or D have spesial function?

Access using the usual file I/O functions.


More information about the Digitalmars-d mailing list