Public Member Functions

InkRand Class Reference

#include <ink_rand.h>

Public Member Functions

 InkRand (uint64_t d)
void seed (uint64_t d)
inkcoreapi uint64_t random ()
double drandom ()

Detailed Description

Definition at line 69 of file ink_rand.h.


Constructor & Destructor Documentation

InkRand::InkRand ( uint64_t  d  ) 

Definition at line 68 of file ink_rand.cc.

References seed().


Member Function Documentation

double InkRand::drandom (  ) 

Definition at line 107 of file ink_rand.cc.

References random().

Referenced by TSdrandom().

uint64_t InkRand::random (  ) 
void InkRand::seed ( uint64_t  d  ) 

Definition at line 72 of file ink_rand.cc.

Referenced by InkRand().


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