Sign in
mojo
/
mojo-tools
/
24614f9961413d4527a5b1bc525102380f825705
/
.
/
fusl
/
src
/
prng
/
lcong48.c
blob: 57bc3837fdd9d47a2013da2ea7920610b66f1269 [
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
);
}