[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: your implementation of L'Ecuyer's MRG32k3a generator
> Old-Return-Path: <sebastian.egner@xxxxxxxxxxx>
> Delivered-To: srfi-27@xxxxxxxxxxxxxxxxx
> From: sebastian.egner@xxxxxxxxxxx
>
> There is one other issue: What generator would you recommend
> for a Scheme system with only 28-bit (or something) immediate
> integers (and boxed arbitrary integers) and no floating point number
Presumably this is way to complex/slow, but there is a PRNG called Yarrow
described in http://www.counterpane.com/yarrow-notes.html.
It uses SHA1 and DES to generate bits.
bengt