/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to src/utils/random.vala

  • Committer: Gustav Hartvigsson
  • Date: 2022-06-01 12:14:52 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20220601121452-ntu94w67q3dhhfeq
More work torwards inperementing the parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * Created by Gustav Hartivgsson.
5
5
 */
 
6
[CCode (cname = "V", cprefix = "v_")]
6
7
namespace Utils {
7
8
  
8
9
  /**
10
11
   * 
11
12
   * This also provides a static version of the methods.
12
13
   */
 
14
  [CCode (cname = "VRandom", cprefix = "v_random_")]
13
15
  public class Random {
14
16
    
15
17
    private static Random? _instance = null;