]> git.meshlink.io Git - meshlink/blob - src/xoshiro.h
Don't use assert() to check the results of pthread_*() calls.
[meshlink] / src / xoshiro.h
1 #ifndef MESHLINK_XOSHIRO_H
2 #define MESHLINK_XOSHIRO_H
3
4 uint64_t xoshiro(uint64_t s[4]) __attribute__((__warn_unused_result__));
5
6 #endif