1. 06 Ara, 2012 15 kayıt (commit)
  2. 05 Ara, 2012 2 kayıt (commit)
  3. 04 Ara, 2012 1 kayıt (commit)
  4. 03 Ara, 2012 6 kayıt (commit)
  5. 02 Ara, 2012 3 kayıt (commit)
    • Pedro Giffuni's avatar
      i121421 - Calc's RAND() behaves poorly on most platforms. · 19863daa
      Pedro Giffuni yazdı
      The random number generation function from libc was useful for very basic 
      purposes but hasn't kept up with the times.
      
      There are many options to provide a Portable Random Number Generator: one 
      of the most popular and easiest to implement was designed by B.A Wichmann
      and I.D Hill in 1982.
      
      We chose to implement the newer 2006[1] algorithm which is better suited
      modern platforms and passes DIEHARD and TestU01 - Big Crush tests.
      
      Use of libc's rand() has been completely eliminated by using preexisting
      rtl/random support to generate the initial seeds.
      
      Special thanks to orcmid@ for discussion and testing.
      
      Reference:
      
      [1] B. A. Wichmann and Hill, Generating good pseudorandom numbers,
      Computational Statistics & Data Analysis, Volume 51 Issue 3,
      December, 2006, Pages 1614-1622.
      19863daa
    • Ariel Constenla-Haile's avatar
      Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft() · 4a3a3afa
      Ariel Constenla-Haile yazdı
      Possible introduced from copy and paste from sc, see
      sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream
      sc/source/filter/inc/xistream.hxx
      4a3a3afa
    • Ariel Constenla-Haile's avatar
  6. 01 Ara, 2012 2 kayıt (commit)
  7. 30 Kas, 2012 5 kayıt (commit)
  8. 29 Kas, 2012 6 kayıt (commit)