src/RNG/RNG.hpp file

Random number generator.

Contents

This file defines a generic random number generator class. The class uses runtime polymorphism without client-side inheritance: inheritance is confined to the internals of the class, invisible to client-code. The class exclusively deals with ownership enabling client-side value semantics. Credit goes to Sean Parent at Adobe: https://github.com/sean-parent/ sean-parent.github.com/wiki/Papers-and-Presentations.

Namespaces

namespace tk
Toolkit declarations and definitions for general purpose utilities.

Classes

class tk::RNG
Random number generator.