@whitequark @natty I've no idea about that, then. It looks to me like xoroshiro with bigints would be pretty simple, though?
Most of the time when I'm doing stuff in JavaScript it has to work in extremely broken "browsers" so I usually target ES5 by hand, and haven't used bigints... but they appear to support bitwise operations?