File: splitmix.h

package info (click to toggle)
libuuid-perl 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,092 kB
  • sloc: ansic: 2,374; perl: 580; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef UU_SPLITMIX_H
#define UU_SPLITMIX_H

#include "ulib/UUID.h"

void sm_srand(pUCXT, Pid_t pid);
U64  sm_rand(pUCXT);

#endif
/* ex:set ts=2 sw=2 itab=spaces: */