File utils.h#
Go to the source code of this file
#include <stddef.h>#include <stdint.h>#include <stdbool.h>
Public Types#
| Type | Name | 
|---|---|
| typedef uint32_t | upisnd_xoshiro128_star_star_seed_t   | 
Public Functions#
| Type | Name | 
|---|---|
| int | upisnd_base64_encode (char * dst, size_t dst_length, const void * d, size_t length, bool pad)  | 
| uint32_t | upisnd_xoshiro128_star_star_next (upisnd_xoshiro128_star_star_seed_t seed)  | 
upisnd_xoshiro128_star_star_seed_t#
typedef uint32_t upisnd_xoshiro128_star_star_seed_t[4];
upisnd_base64_encode#
int upisnd_base64_encode (
    char * dst,
    size_t dst_length,
    const void * d,
    size_t length,
    bool pad
) 
upisnd_xoshiro128_star_star_next#
uint32_t upisnd_xoshiro128_star_star_next (
    upisnd_xoshiro128_star_star_seed_t seed
)