COMBINATORIAL_BLAS
1.6
Loading...
Searching...
No Matches
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_ */
prng_seed
uint_fast32_t prng_seed[5]
init_random
void init_random(void)
prng_state
void * prng_state
uint_fast32_t
uint32_t uint_fast32_t
Definition
stdint.h:110
graph500-1.2
prng.h
Generated by
1.9.8