define LFDS711_PRNG_SEED
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.