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