Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
SecureRandomClass Class Reference

#include <srandom.h>

Public Member Functions

 SecureRandomClass ()
 
 ~SecureRandomClass ()
 
unsigned long Randval ()
 
void Add_Seeds (unsigned char *values, int length)
 

Detailed Description

Definition at line 38 of file srandom.h.

Constructor & Destructor Documentation

◆ SecureRandomClass()

SecureRandomClass::SecureRandomClass ( )

Definition at line 54 of file srandom.cpp.

◆ ~SecureRandomClass()

SecureRandomClass::~SecureRandomClass ( )

Definition at line 63 of file srandom.cpp.

Member Function Documentation

◆ Add_Seeds()

void SecureRandomClass::Add_Seeds ( unsigned char * values,
int length )

Definition at line 71 of file srandom.cpp.

◆ Randval()

unsigned long SecureRandomClass::Randval ( void )

Definition at line 91 of file srandom.cpp.


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