Skip to content
Snippets Groups Projects
  1. Jan 13, 2018
  2. Dec 29, 2017
  3. Dec 28, 2017
  4. Dec 27, 2017
  5. Dec 21, 2017
  6. Dec 20, 2017
  7. Dec 19, 2017
    • Raymond Toy's avatar
      Print and set state as 64-bit integers · f9203f85
      Raymond Toy authored
      The xoroshiro128+ algorithm is defined using uint64_t types, but we
      hack it to store the state as double-float's.  This is a bit
      confusing, so add a printer to print the state as an array of two
      uint64_t's.
      
      Adjust init-xoro-state to allow initializing the state using an array
      of 2 64-bit ints.
      f9203f85
    • Raymond Toy's avatar
      Add custom xoro-random-state printer · 0b94ee3d
      Raymond Toy authored
      Custom printer to print the state as array of integers instead of
      doubles.  Makes it easier to see and match what the C code does.
      0b94ee3d
    • Raymond Toy's avatar
      Fix typos add jump function · dbc0518d
      Raymond Toy authored
      * Fix typos in names so we can call the functions.
      * Add jump function to allow generating new distinct sequences.
      * Add simple function to print the state using integers instead of
        doubles. (Untested.)
      dbc0518d
  8. Dec 17, 2017
  9. Dec 16, 2017
    • Raymond Toy's avatar
      Simplify state · 192fe3b6
      Raymond Toy authored
      Don't need an array for the cached value; (unsigned-byte 32) is a
      specialized structure slot, so no consing.
      
      Some random cleanups and comments.
      192fe3b6
  10. Dec 15, 2017
  11. Dec 02, 2017
  12. Nov 16, 2017
  13. Nov 05, 2017
Loading