Synthia
Generic and flexible data structure generator
ca.uqac.lif.synthia.Seedable Interface Reference

Detailed Description

Interface implemented by objects that can be seeded.

The seed is an integer value that is used to determine the internal state of an object. It is principally used for Picker instances that rely on an underlying random number generator.

Definition at line 29 of file Seedable.java.

Inheritance diagram for ca.uqac.lif.synthia.Seedable:

Public Member Functions

Seedable setSeed (int seed)
 Set the seed of the random generator. More...
 

Member Function Documentation

◆ setSeed()


The documentation for this interface was generated from the following file: