Ticket #2764: xor_combine.hpp.diff

File xor_combine.hpp.diff, 371 bytes (added by rick68@…, 14 years ago)

Patch

  • xor_combine.hpp

    old new  
    4242
    4343  BOOST_STATIC_CONSTANT(bool, has_fixed_range = false);
    4444  BOOST_STATIC_CONSTANT(int, shift1 = s1);
    45   BOOST_STATIC_CONSTANT(int, shfit2 = s2);
     45  BOOST_STATIC_CONSTANT(int, shift2 = s2);
    4646
    4747  xor_combine() : _rng1(), _rng2()
    4848  { }