srand48.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/srand48.c
blob: 0a56f6a07a26983727197cfc27ec1f5b05ab9b66 (plain) (blame)
1
2
3
4
5
6
#include <stdlib.h>
void srand48(long seed)
{
	seed48((unsigned short [3]){ 0x330e, seed, seed>>16 });
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 02:24:05 +0000

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