Type Alias RectRandomPointOpts

RectRandomPointOpts: {
    margin?: {
        x: number;
        y: number;
    };
    randomSource?: RandomSource;
    strategy?: "naive";
}