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