Help for this page

Select Code to Download


  1. or download this
    void rnd( int n ) {
        static __int64 y = 2463534242;
    ...
    
        XSRETURN(n);
    }
    
  2. or download this
    void rnd( int n ) {
        static __int64 y = 2463534242;
    ...
    
        PUTBACK;  // Publish changes to stack.
    }