/ Published in: JavaScript
                    
                                        
mran( float minimum_number , float maximum_number) (returns int)
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function mran(ma,mi)
{return(Math.round(Math.random()*(ma-mi))+mi)}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                