Skip to content

Fix #294: Implement assembly routine for xoroshiro update

Raymond Toy requested to merge issue-294-xoroshiro-lisp-assem-routine into master

Define a Lisp assembly routine that implements the update function for the xoroshiro128** generator.

This also fixes a bug in generate-return-sequence which did not insert the correct instructions for a :return-style of :raw.

This matches what was done for the MT-19937 generator.

However, this can't yet be used by xoroshiro-gen.

Edited by Raymond Toy

Merge request reports