perl11 / potion

_why the lucky stiff's little language (the official repo... until _why returns)

Home Page:http://groups.google.com/group/potion-lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace mersenne twister by pcg

rurban opened this issue · comments

http://www.pcg-random.org/
See branch pcg

First without inlining 6% slower, now with inlining regained the 6% (5a39798)
pcg quality is better, but only 64bit.

http://xoroshiro.di.unimi.it/xoroshiro128plus.c is broken.