#ifndef _H_JENKINS_H__ #define _H_JENKINS_H__ void jsf_init(uint32_t seed); int jsf_coinflip(void); uint32_t jsf_below(uint32_t upper_bound); #endif