Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
random.h File Reference
#include <stdint.h>
#include <third/random/state.h>
Include dependency graph for random.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Msws
 

Functions

static uint32_t Msws::msws (State &state)
 Generate new pseudo random number from given state variables and update them. More...
 
static uint32_t Msws::msws ()
 Generate new pseudo random number from global state variables and update them. More...
 

Variables

State Msws::GlobalMswsState = {.x = 0, .w = 0, .s = 0xb5ad4eceda1ce2a9}