Skip to content

Latest commit

 

History

History
76 lines (36 loc) · 972 Bytes

File metadata and controls

76 lines (36 loc) · 972 Bytes

Home > @josh-brown/vector > ComplexNumberOperations > random

ComplexNumberOperations.random() method

Returns a random scalar value between min and max

Signature:

random(min?: number, max?: number): ComplexNumber;

Parameters

Parameter

Type

Description

min

number

(Optional)

max

number

(Optional)

Returns:

ComplexNumber

The random scalar

Remarks

This might not be a meaningful value for non-real-values scalar types