Graphviz 13.0.0~dev.20241220.2304
|
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | rk_state_ |
Macros | |
#define | RK_STATE_LEN 624 |
#define | RK_MAX 0xFFFFFFFFUL |
Typedefs | |
typedef struct rk_state_ | rk_state |
Functions | |
void | rk_seed (unsigned long seed, rk_state *state) |
unsigned long | rk_random (rk_state *state) |
unsigned long | rk_interval (unsigned long max, rk_state *state) |
#define RK_MAX 0xFFFFFFFFUL |
Definition at line 72 of file randomkit.h.
#define RK_STATE_LEN 624 |
Definition at line 61 of file randomkit.h.
|
extern |
Definition at line 138 of file randomkit.c.
References rk_random(), and rk_ulong().
Referenced by fisheryates_shuffle().
|
extern |
Definition at line 97 of file randomkit.c.
References rk_state_::key, LOWER_MASK, M, MATRIX_A, N, rk_state_::pos, RK_STATE_LEN, and UPPER_MASK.
Referenced by rk_interval(), and rk_ulong().
|
extern |
Definition at line 75 of file randomkit.c.
References rk_state_::key, rk_state_::pos, RK_STATE_LEN, and seed.
Referenced by sgd().