#include <stdlib.h>
#include <string.h>
#include "rand48.h"
void lcong48(unsigned short p[7])
{
memcpy(__seed48, p, sizeof __seed48);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif
![]() |
index : grovel | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
#include <stdlib.h>
#include <string.h>
#include "rand48.h"
void lcong48(unsigned short p[7])
{
memcpy(__seed48, p, sizeof __seed48);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif