tinymt-erlang icon indicating copy to clipboard operation
tinymt-erlang copied to clipboard

This software is no longer maintained. For archive/reference use only. -- Tiny Mersenne Twister (TinyMT) for Erlang

Results 4 tinymt-erlang issues
Sort by recently updated
recently updated
newest added

A [CutEr](https://github.com/aggelgian/cuter) test reveals the following record member check failure for tinymt32:temper/1. The first one is intentional but the second one is unchecked. ``` ~/src/cuter/cuter tinymt32 temper '[{intstate, 1,2,3,4,5,6,7}]' -pa...

- Common Test code should be revised so that they properly exit when failures are detected - temper_float/1 algorithm difference (should be fixed as in emprng, i.e., `tinymt_temper(R) + 0.5)...

See https://github.com/jj1bdx/sfmt-erlang/issues/15

- Describe precomputation methods - How to pass the parameters to tinymt32 functions - Explain lifetime metrics of a generation parameter set

enhancement