interface RandomInterface {
    random(): number;
}

Methods

Methods