glib-2.0 Reference Manual

Synopsis

public class Random {
    public    static void               set_seed                  ( uint32              seed ) ;
    public    static bool               boolean                   (  ) ;
    public    static uint32             next_int                  (  ) ;
    public    static int32              int_range                 ( int32               begin,
                                                                    int32               end ) ;
    public    static double             next_double               (  ) ;
    public    static double             double_range              ( double              begin,
                                                                    double              end ) ;
}

Random Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

set_seed ()
    public    static void               set_seed                  ( uint32              seed ) ;		

boolean ()
    public    static bool               boolean                   (  ) ;		

next_int ()
    public    static uint32             next_int                  (  ) ;		

int_range ()
    public    static int32              int_range                 ( int32               begin,
                                                                    int32               end ) ;		

next_double ()
    public    static double             next_double               (  ) ;		

double_range ()
    public    static double             double_range              ( double              begin,
                                                                    double              end ) ;		


Created by Valadoc