Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
prng
/
lcong48.c
blob: 030e51484463bfb539aff0a7cacb65119c5b3893 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
<string.h>
#include
"rand48.h"
void
lcong48
(
unsigned
short
p
[
7
])
{
memcpy
(
__seed48
,
p
,
sizeof
__seed48
);
}