MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::PrngState Struct Reference

Internal PRNG state. More...

#include <random.hpp>

Public Attributes

u8 data [32]
 Stack data, a 32-byte chunk of data for what a small PRNG may need How you use it is up to you If you need more data, use some of these bytes as a pointer to more data.
 

Detailed Description

Internal PRNG state.

Definition at line 41 of file random.hpp.

Member Data Documentation

◆ data

u8 mtcore::PrngState::data[32]

Stack data, a 32-byte chunk of data for what a small PRNG may need How you use it is up to you If you need more data, use some of these bytes as a pointer to more data.

Definition at line 47 of file random.hpp.


The documentation for this struct was generated from the following file: