[gecode-users] How to set an arbitrary RandomGenerator for randomized branching?!?

Guido Tack tack at ps.uni-sb.de
Tue May 19 03:29:52 CEST 2009


Martin Mann wrote:
> Is there a possibility to support user defined generators? e.g. in
> coming versions?
>
> If not available right now, maybe you like the following suggestion:

[...]

A problem with your approach is that a global random number generator  
doesn't work in a multi-threaded setting (you don't want to lock  
access to it, I think).  One would at least have to have it per thread.

Cheers,
	Guido





More information about the gecode-users mailing list