lcong48.c 138 B

12345678
  1. #include <stdlib.h>
  2. #include <string.h>
  3. #include "rand48.h"
  4. void lcong48(unsigned short p[7])
  5. {
  6. memcpy(__seed48, p, sizeof __seed48);
  7. }