Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
4724d108f68791b819df39242341485dd319eeb6
/
.
/
src
/
prng
/
lcong48.c
blob: 32b27d423aa1dd0b6341176479bef6596287d3da [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
<string.h>
extern
unsigned
short
__seed48
[
7
];
void
lcong48
(
unsigned
short
p
[
7
])
{
memcpy
(
__seed48
,
p
,
sizeof
__seed48
);
}