id summary reporter owner description type status milestone component version severity resolution keywords cc 926 Problem with seed interface nobody jmaurer "{{{ For a random number generator x, you can call x.seed(s) where s is either an integer of the appropriate type, or a generator. This overloading causes a problem, because if s an integer type other than the DataType for x, the compiler matches it with the overload that takes a generator argument, producing a very puzzling compiler error. }}}" Bugs closed random None Rejected