Ruby
3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
internal
random.h
Go to the documentation of this file.
1
#ifndef INTERNAL_RANDOM_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_RANDOM_H
12
#include <stddef.h>
/* for size_t */
13
14
/* random.c */
15
int
ruby_fill_random_bytes
(
void
*,
size_t
,
int
);
16
17
#endif
/* INTERNAL_RANDOM_H */
ruby_fill_random_bytes
int ruby_fill_random_bytes(void *, size_t, int)
Definition:
random.c:575
Generated by
1.9.5