random.h ======== .. c:autodoc:: src/random.h Notes ----- The "`Scrambled Linear Pseudorandom Number Generators `_" article by David Blackman and Sebastiano Vigna shows that "static inline" may be needed for "rol64" function, but compiler is already inlining it on -O3.