Generate Numbers and Select in memory
        Posted  
        
            by Jasl
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jasl
        
        
        
        Published on 2010-05-30T04:34:42Z
        Indexed on 
            2010/05/30
            4:42 UTC
        
        
        Read the original article
        Hit count: 279
        
I want to do the following dynamically
Generate numbers from 1 to 100 and then select 25 random numbers from it and display it in a console. Any easy way to do so?
© Stack Overflow or respective owner