lcong48.c\prng\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/prng/lcong48.c
blob: 030e51484463bfb539aff0a7cacb65119c5b3893 (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdlib.h>
#include <string.h>
#include "rand48.h"
void lcong48(unsigned short p[7])
{
	memcpy(__seed48, p, sizeof __seed48);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 08:08:47 +0000

AltStyle によって変換されたページ (->オリジナル) /