diff options
Diffstat (limited to 'libc/stdlib/seed48.c')
-rw-r--r-- | libc/stdlib/seed48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/seed48.c b/libc/stdlib/seed48.c index afd5f54..583262f 100644 --- a/libc/stdlib/seed48.c +++ b/libc/stdlib/seed48.c @@ -22,7 +22,7 @@ unsigned short * seed48(unsigned short xseed[3]) { static unsigned short sseed[3]; - + sseed[0] = __rand48_seed[0]; sseed[1] = __rand48_seed[1]; sseed[2] = __rand48_seed[2]; |