Sample SNPs
Fast ordered sampling of rows from large text or binary files. Special cases for DNA variant files (.bed, VCF, HapMap, etc).
Classes
random.hpp File Reference

Random number generation. More...

#include <cstdint>
Include dependency graph for random.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sampFiles::Generate
 Abstract base random number class. More...
 
class  sampFiles::GenerateHR
 Hardware random number generating class. More...
 
class  sampFiles::GenerateMT
 Pseudo-random number generator. More...
 
class  sampFiles::RanDraw
 Random number generating class. More...
 

Detailed Description

Random number generation.

Author
Anthony J. Greenberg
Version
0.1

Class definition and interface documentation for facilities that generate random draws from various distributions.