Re: Random Number Generators in C
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Feb 10, 2000
- 694 views
Joel Crook wrote:
> a magic bullet that makes Euphoria do
> 64 bit logical operations or an include
> file that does so.
If you stored the bits in a sequence:
{ 1, 0, 1, 0, 1, 1, 1 ... }
wouldn't the operations become trivial?
-- David Cuny

