Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    5ca98fb1
    Add documentation and inline xoroshiro-gen · 5ca98fb1
    Raymond Toy authored
    Not sure about inlining that; it makes random-chunk bigger and all
    callers of random-chunk bigger too.
    
    Nice speed win, however.  A test of generating 50000000 single-float
    values shows xoroshiro128+ takes 0.58 sec vs 0.98 using MT19937 on my
    machine.
    5ca98fb1
    History
    Add documentation and inline xoroshiro-gen
    Raymond Toy authored
    Not sure about inlining that; it makes random-chunk bigger and all
    callers of random-chunk bigger too.
    
    Nice speed win, however.  A test of generating 50000000 single-float
    values shows xoroshiro128+ takes 0.58 sec vs 0.98 using MT19937 on my
    machine.