I've added in some defines to replace functions that were removed from
MPIR after being deprecated in GMP for a long time.

This gives us RC3 available at http://www.mpir.org/

However, we have not added mpz_random or mpz_random2 back in as they
require a global random state which is neither threadsafe not leak
safe which we don't want. It's also difficult to add back in with
defines.

Thus, projects making use of this function must replace references to
these functions with appropriate alternatives as suggested in the GMP
documentation.

Bill.

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to