Sign in
mojo
/
mojo-tools
/
9030792b19912f334f058261e23c2b36bc091ce0
/
.
/
fusl
/
src
/
prng
/
lcong48.c
blob: 57bc3837fdd9d47a2013da2ea7920610b66f1269 [
file
]
#include
<stdlib.h>
#include
<string.h>
extern
unsigned
short
__seed48
[
7
];
void
lcong48
(
unsigned
short
p
[
7
])
{
memcpy
(
__seed48
,
p
,
sizeof
__seed48
);
}