public class ESeq
{
    public void init() {}
    public double next() { return 1.0; }
}
