blob: 781725d1994aea4f243e2db8aa993565d82ba683 [file] [log] [blame]
#include <stdlib.h>
#include <string.h>
#include "rand48_impl.h"
void lcong48(unsigned short p[7]) { memcpy(__seed48, p, sizeof __seed48); }