💾 Archived View for thrig.me › blog › 2024 › 02 › 05 › jsf.h captured on 2024-03-21 at 15:43:22.

View Raw

More Information

-=-=-=-=-=-=-

#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