COMBINATORIAL_BLAS  1.6
prng.h File Reference

Go to the source code of this file.

Functions

void init_random (void)
 

Variables

uint_fast32_t prng_seed [5]
 
void * prng_state
 

Function Documentation

◆ init_random()

void init_random ( void  )

Initialze the PRNG, called in a sequential context.

Variable Documentation

◆ prng_seed

uint_fast32_t prng_seed[5]

◆ prng_state

void* prng_state