Function cmb_random_sfc64
Defined in File cmb_random.h
Function Documentation
-
uint64_t cmb_random_sfc64(void)
The main pseudo-random number generator - 64-bit output, 256-bit thread local state. An implementation of Chris Doty-Humphrey’s sfc64.
Public domain, see https://pracrand.sourceforge.net
- Returns:
A uniformly distributed pseudo-random 64-bit unsigned bit pattern.