Sign in
mojo
/
mojo-tools
/
c07399d071c59658a5c2bed81dee6e9ed9142442
/
.
/
fusl
/
src
/
prng
/
srand48.c
blob: a2cff3cc3789f4eda6b5c0a8baa007414f9809d1 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
void
srand48
(
long
seed
)
{
seed48
((
unsigned
short
[
3
]){
0x330e
,
seed
,
seed
>>
16
});
}