View Single Post
Old 01-25-2003, 04:10 PM   #6 (permalink)
Atrus
 
Join Date: Jan 2003
Posts: 80
Default

also how tough/involved would it be to change
(static) int RandomMinMax( int min, int max )
to
(static) double RandomMinMax( double min, double max )
since it currently doesn't allow doubles
Atrus is offline   Reply With Quote