Re: RNG Test: Code to generate Diehard file in Euphoria
- Posted by Joel Crook <joel at MAIL.K-A.COM> Feb 17, 2000
- 715 views
At 08:42 PM 02/17/2000 -0500, you wrote: >If would be real nice if one of you random experts would > write a random number generator to your random specifications > and place it the archive if the one in Euphoria is not precise > enough to run your gambling casino that your opening next week. Well Bernie... that was sort of what I originally asked help on a few days ago. In C there are some real elegant (at least for C) RNGs --- ones that pass the Diehard tests but to work they require 32bit logical operators and shift_right and shift_left which U4ia does not have. See my post to the list on 2/14 entitled "More on Random Number Generators in Euphoria" Maybe I need a new tag line: I am a random programmer... Stop me before I code again!