What would be really cool is if we had a property that returned a random value 
of any integrated type. And for user-defined types, maybe it would call a 
method with a special name. I guess one could make a template function that 
would do just that.

Andrej Mitrovic Wrote:

> Although that might not work with floats since that would call foo with a NaN 
> value, and if it used that, well that wouldn't really work.
> 
> I could use N.max, but that doesn't work with strings.
> 
> Andrej Mitrovic Wrote:
> 
> > The following seems to work, although I don't know if that's a good idea?:
> 

Reply via email to