Skip to content
Snippets Groups Projects
  1. Dec 28, 2017
  2. Dec 27, 2017
  3. Dec 21, 2017
  4. Dec 20, 2017
  5. 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
  6. Dec 17, 2017
  7. Dec 16, 2017
  8. Dec 15, 2017
  9. Dec 02, 2017
  10. Nov 16, 2017
  11. Nov 05, 2017
  12. Nov 04, 2017
Loading