define LFDS710_PRNG_SEED

From liblfds.org
Revision as of 02:13, 24 May 2016 by Admin (talk | contribs) (Created page with "{{DISPLAYTITLE:define LFDS710_PRNG_SEED}} ==Source Files== └───liblfds710 └───inc └───liblfds710 lfds710_prng.h ==Defi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source Files

└───liblfds710
    └───inc
        └───liblfds710
                lfds710_prng.h

Define

#define LFDS710_PRNG_SEED

Notes

This is a convenience define for the seed value required when initializing PRNGs. It contains a single value taken random.org, which offers a real hardware-based random number generator (using atmospheric noise). The URL which generated the value is this. The define is platform sensitive and offers a 32 bit value on 32 bit platforms, and a 64 bit value on 64 bit platforms.

Example

None yet.

See Also