Skip Menu |

This queue is for tickets about the Statistics-CaseResampling CPAN distribution.

Report information
The Basics
Id: 85284
Status: stalled
Priority: 0/
Queue: Statistics-CaseResampling

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.14
Fixed in: (no value)



Subject: Do not bundle Mersenne Twister implementation
Current code bundles Mersenne Twister generator. This is not good for maintenance (e.g. upstream provides newer and faster versions). Please use Math::Random::MT or Math::Random::MT::Auto instead.
Thanks, applied. Will hopefully cut a release soon. Feel free to remind me if I forget.
Okay, I actually wanted to close the other bug. I blame slow-as-molasses web interfaces via 3G... ;) The reply to THIS ticket is a bit different: I understand the reason why Linux distribution dislike any form of code duplication. I even sympathize. But your remark that this module should just use another completely misses the fact that this is using the MT at the C level. I will keep the ticket open because I can pull in the updated version of the MT. Furthermore, I am happy to accept patches to make this use an MT implementation that lives elsewhere and does so *efficiently*. More specifically, if a given Linux distro ships a system library that this can use, I'm happy to have this use said library if available - but right now, I don't have time and interest to do the appropriate fuzzing with Makefile.PL. Best regards, Steffen