Sign in
mojo
/
mojo
/
de6c20aad64d53a7061c10e724e9924cfec679f6
/
.
/
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
});
}