ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/rng.h
(Generate patch)

Comparing deliantra/server/include/rng.h (file contents):
Revision 1.15 by root, Sat Nov 17 23:40:01 2018 UTC vs.
Revision 1.16 by root, Wed Dec 5 21:18:37 2018 UTC

22 */ 22 */
23 23
24#ifndef RNG_H__ 24#ifndef RNG_H__
25#define RNG_H__ 25#define RNG_H__
26 26
27#include <compiler.h> 27#include "ecb.h"
28 28
29typedef uint32_t seed_t; // overkill 29typedef uint32_t seed_t; // overkill
30 30
31// P. L'Ecuyer, “Maximally Equidistributed Combined Tausworthe Generators”, Mathematics of Computation, 65, 213 (1996), 203–213. 31// P. L'Ecuyer, “Maximally Equidistributed Combined Tausworthe Generators”, Mathematics of Computation, 65, 213 (1996), 203–213.
32// http://www.iro.umontreal.ca/~lecuyer/myftp/papers/tausme.ps 32// http://www.iro.umontreal.ca/~lecuyer/myftp/papers/tausme.ps

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines