ESOS32
ESOSOn32-bitProcessors
|
#include "esos.h"
Go to the source code of this file.
Functions | |
uint32_t | esos_GetRandomUint32 () |
uint16_t | esos_hash_u32_to_u16 (uint32_t u32_hash) |
uint32_t | esos_string_hash_u32 (char *psz_str) |
uint32_t | esos_buffer_hash_u32 (void *buf, uint16_t len) |
void | __esos_set_PRNG_U32Seed (uint32_t u32_seed) |
uint32_t | __esos_get_PRNG_RandomUint32 (void) |
Variables | |
uint32_t | __esos_u32FNVHash |
This file contains macros, prototypes, and definitions for some numerical and other utility functions for ESOS tasks.
Definition in file esos_utils.h.