DEBSOURCES
Skip Quicknav
sources / gretl / 2026a-1 / plugin / svrand.h
12345678910
/* 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 */