ixfx
    Preparing search index...

    Type Alias RectRandomPointOpts

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

    Properties

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