Library of Assembled Shared Sources
lass::num::RandomXKCD Class Reference

implemenents xkcd's fair dice roll random number generator More...

#include <random.h>

Public Types

using result_type = int
 type of return value.
 
typedef int TValue
 type of return value.
 

Static Public Member Functions

static constexpr result_type min ()
 minimum return value.
 
static constexpr result_type max ()
 maximum return value.
 

Detailed Description

implemenents xkcd's fair dice roll random number generator

http://xkcd.com/221/

Definition at line 277 of file random.h.

Member Typedef Documentation

◆ TValue

type of return value.

Deprecated

Definition at line 281 of file random.h.


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