xref: /third_party/musl/src/prng/rand48.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/prng/
1570af302Sopenharmony_ci#include <stdint.h>
2570af302Sopenharmony_ci#include <features.h>
3570af302Sopenharmony_ci
4570af302Sopenharmony_cihidden uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
5570af302Sopenharmony_ciextern hidden unsigned short __seed48[7];
6

Indexes created Thu Nov 07 10:32:03 CST 2024