Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "randoms"

Index

Variables

randMinMaxS2

randMinMaxS2: VecOpSOOO<ArrayLikeIterable<number>, ArrayLikeIterable<number>, IRandom>

randMinMaxS3

randMinMaxS3: VecOpSOOO<ArrayLikeIterable<number>, ArrayLikeIterable<number>, IRandom>

randMinMaxS4

randMinMaxS4: VecOpSOOO<ArrayLikeIterable<number>, ArrayLikeIterable<number>, IRandom>

Const randNormS2

randNormS2: VecOpSOO<number, IRandom> = $norm(normalizeS2, randomS2)

Sets v to random vector, normalized to length n (default: 1). If no rnd instance is given, uses {@link @thi.ng/random#SYSTEM}, i.e. Math.random.

param

-

param

-

param

-

Const randNormS3

randNormS3: VecOpSOO<number, IRandom> = $norm(normalizeS3, randomS3)

Const randNormS4

randNormS4: VecOpSOO<number, IRandom> = $norm(normalizeS4, randomS4)

randomS2

randomS2: VecOpSOOO<number, number, IRandom>

randomS3

randomS3: VecOpSOOO<number, number, IRandom>

randomS4

randomS4: VecOpSOOO<number, number, IRandom>

Functions

Const $norm

Generated using TypeDoc