Pas-Kapli / mptp

mPTP - a tool for single-locus species delimitation
GNU Affero General Public License v3.0
24 stars 5 forks source link

Use more portable re-entrant pseudo-random number generator #71

Closed xflouris closed 8 years ago

xflouris commented 8 years ago

drand48_r (and lrand48_r) are GNU extensiosn and unfortunately not available on OS X.

Replace with more portable erand48() and nrand48().

xflouris commented 8 years ago

done