macro LFDS710_PRNG_ST_MIXING_FUNCTION

From liblfds.org
Jump to navigation Jump to search

Source Files

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

Opaque Structures

struct lfds710_prng_st_state;

Macro

#define LFDS710_PRNG_MIXING_FUNCTION( random_value )

Parameters

random_value.

A lfds710_pal_uint_t. Not a pointer to it - the varible itself. It will be set by the macro.

Return Value

No return value.

Notes

This macro runs a mixing function on the random_value argument, randomizing its bits.

The macro is single-threaded.

See Also