mirror of https://git.musl-libc.org/git/musl
8 changed files with 12 additions and 13 deletions
@ -1 +1,3 @@ |
|||||
|
#include "rand48.h" |
||||
|
|
||||
unsigned short __seed48[7] = { 0, 0, 0, 0xe66d, 0xdeec, 0x5, 0xb }; |
unsigned short __seed48[7] = { 0, 0, 0, 0xe66d, 0xdeec, 0x5, 0xb }; |
||||
|
|||||
@ -0,0 +1,4 @@ |
|||||
|
#include <stdint.h> |
||||
|
|
||||
|
uint64_t __rand48_step(unsigned short *xi, unsigned short *lc); |
||||
|
extern unsigned short __seed48[7]; |
||||
Loading…
Reference in new issue