💾 Archived View for thrig.me › blog › 2024 › 02 › 05 › jsf.h captured on 2024-05-10 at 12:12:10.

View Raw

More Information

⬅️ Previous capture (2024-03-21)

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

#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