EHS
Loading...
Searching...
No Matches
ehs::HRNG Class Reference

#include <HRNG.h>

Static Public Member Functions

static UInt_64 GenerateSeed_u64 ()
 
static UInt_64 Generate_u64 (const UInt_64 min, const UInt_64 max)
 
static UInt_64 Generate_u64 ()
 
static SInt_64 GenerateSeed_s64 ()
 
static SInt_64 Generate_s64 (const SInt_64 min, const SInt_64 max)
 
static SInt_64 Generate_s64 ()
 
static UInt_32 GenerateSeed_u32 ()
 
static UInt_32 Generate_u32 (const UInt_32 min, const UInt_32 max)
 
static UInt_32 Generate_u32 ()
 
static SInt_32 GenerateSeed_s32 ()
 
static SInt_32 Generate_s32 (const SInt_32 min, const SInt_32 max)
 
static SInt_32 Generate_s32 ()
 
static UInt_32 GenerateSeed_u16 ()
 
static UInt_16 Generate_u16 (const UInt_16 min, const UInt_16 max)
 
static UInt_16 Generate_u16 ()
 
static SInt_16 GenerateSeed_s16 ()
 
static SInt_16 Generate_s16 (const SInt_16 min, const SInt_16 max)
 
static SInt_16 Generate_s16 ()
 
static UInt_8 GenerateSeed_u8 ()
 
static UInt_8 Generate_u8 (const UInt_8 min, const UInt_8 max)
 
static UInt_8 Generate_u8 ()
 
static SInt_8 GenerateSeed_s8 ()
 
static SInt_8 Generate_s8 (const SInt_8 min, const SInt_8 max)
 
static SInt_8 Generate_s8 ()
 

Member Function Documentation

◆ Generate_s16() [1/2]

SInt_16 ehs::HRNG::Generate_s16 ( )
static

◆ Generate_s16() [2/2]

SInt_16 ehs::HRNG::Generate_s16 ( const SInt_16 min,
const SInt_16 max )
static

◆ Generate_s32() [1/2]

SInt_32 ehs::HRNG::Generate_s32 ( )
static

◆ Generate_s32() [2/2]

SInt_32 ehs::HRNG::Generate_s32 ( const SInt_32 min,
const SInt_32 max )
static

◆ Generate_s64() [1/2]

SInt_64 ehs::HRNG::Generate_s64 ( )
static

◆ Generate_s64() [2/2]

SInt_64 ehs::HRNG::Generate_s64 ( const SInt_64 min,
const SInt_64 max )
static

◆ Generate_s8() [1/2]

SInt_8 ehs::HRNG::Generate_s8 ( )
static

◆ Generate_s8() [2/2]

SInt_8 ehs::HRNG::Generate_s8 ( const SInt_8 min,
const SInt_8 max )
static

◆ Generate_u16() [1/2]

UInt_16 ehs::HRNG::Generate_u16 ( )
static

◆ Generate_u16() [2/2]

UInt_16 ehs::HRNG::Generate_u16 ( const UInt_16 min,
const UInt_16 max )
static

◆ Generate_u32() [1/2]

UInt_32 ehs::HRNG::Generate_u32 ( )
static

◆ Generate_u32() [2/2]

UInt_32 ehs::HRNG::Generate_u32 ( const UInt_32 min,
const UInt_32 max )
static

◆ Generate_u64() [1/2]

UInt_64 ehs::HRNG::Generate_u64 ( )
static

◆ Generate_u64() [2/2]

UInt_64 ehs::HRNG::Generate_u64 ( const UInt_64 min,
const UInt_64 max )
static

◆ Generate_u8() [1/2]

UInt_8 ehs::HRNG::Generate_u8 ( )
static

◆ Generate_u8() [2/2]

UInt_8 ehs::HRNG::Generate_u8 ( const UInt_8 min,
const UInt_8 max )
static

◆ GenerateSeed_s16()

SInt_16 ehs::HRNG::GenerateSeed_s16 ( )
static

◆ GenerateSeed_s32()

SInt_32 ehs::HRNG::GenerateSeed_s32 ( )
static

◆ GenerateSeed_s64()

SInt_64 ehs::HRNG::GenerateSeed_s64 ( )
static

◆ GenerateSeed_s8()

SInt_8 ehs::HRNG::GenerateSeed_s8 ( )
static

◆ GenerateSeed_u16()

UInt_32 ehs::HRNG::GenerateSeed_u16 ( )
static

◆ GenerateSeed_u32()

UInt_32 ehs::HRNG::GenerateSeed_u32 ( )
static

◆ GenerateSeed_u64()

UInt_64 ehs::HRNG::GenerateSeed_u64 ( )
static

◆ GenerateSeed_u8()

UInt_8 ehs::HRNG::GenerateSeed_u8 ( )
static

The documentation for this class was generated from the following files: