#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | NR_RAN_LKG static inline |
Typedefs | |
typedef struct nr_ran_struct_t * | nr_ran_t |
Functions | |
NR_RAN_LKG uint64_t | nr_ran_int64 (nr_ran_t o) |
NR_RAN_LKG nr_ran_t | nr_ran_init (nr_ran_t *in, uint64_t j) |
NR_RAN_LKG double | nr_ran_doub (nr_ran_t o) |
NR_RAN_LKG uint32_t | nr_ran_int32 (nr_ran_t o) |
#define NR_RAN_LKG static inline |
typedef struct nr_ran_struct_t* nr_ran_t |
NR_RAN_LKG double nr_ran_doub | ( | nr_ran_t | o | ) |
NR_RAN_LKG uint32_t nr_ran_int32 | ( | nr_ran_t | o | ) |
NR_RAN_LKG uint64_t nr_ran_int64 | ( | nr_ran_t | o | ) |