Difference between revisions of "r7.1.1:Define LFDS711 PRNG SEED"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 18:11, 16 February 2017

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