Type Alias RandomOptions

RandomOptions: Readonly<{
    max: number;
    min?: number;
    source?: RandomSource;
}>