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

Random number generation. More...

#include <string>
#include <cstring>
#include <cstdint>
#include <cmath>
#include "random.hpp"
Include dependency graph for random.cpp:

Detailed Description

Random number generation.

Author
Anthony J. Greenberg
Version
0.1

Class implementation for facilities that generate random draws from various distributions.