define LFDS710_PRNG_SEED

From liblfds.org
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