COMBINATORIAL_BLAS  1.6
prng.h
Go to the documentation of this file.
1 /* -*- mode: C; mode: folding; fill-column: 70; -*- */
2 /* Copyright 2010, Georgia Institute of Technology, USA. */
3 /* See COPYING for license. */
4 #if !defined(PRNG_HEADER_)
5 #define PRNG_HEADER_
6 
8 void init_random (void);
9 
10 extern uint_fast32_t prng_seed[5];
11 extern void *prng_state;
12 
13 #endif /* PRNG_HEADER_ */
void init_random(void)
void * prng_state
uint_fast32_t prng_seed[5]