File: svrand.h

package info (click to toggle)
gretl 2026a-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 65,336 kB
  • sloc: ansic: 427,973; sh: 4,921; makefile: 3,266; cpp: 2,777; xml: 610; perl: 364
file content (10 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/* header for svrand.c, for SVM use */

#ifndef SVRAND_H
#define SVRAND_H

void svrand_init (uint64_t seed);

uint32_t svrand (void);

#endif /* SVRAND_H */