define LFDS711_PRNG_SEED

From liblfds.org
Revision as of 18:11, 16 February 2017 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source Files

└───liblfds711
    └───inc
        └───liblfds711
                lfds711_prng.h

Define

#define LFDS711_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