Sign in
◑
Theme
mojo
/
mojo-build
/
73e948c3cd78ca019b82d8ad10c2326e3920fffc
/
.
/
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
);
}