rpass

Strong password generator for humans
git clone git://git.sgregoratto.me/rpass
Log | Files | Refs | README

rng.h (99B)


      1 #ifndef RNG_H
      2 #define RNG_H
      3 uint32_t rng(void);
      4 uint32_t rng_uniform(uint32_t);
      5 #endif /* RNG_H */