Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "random/base/triangular/docs/types/index.d"

Index

Variables

Export assignment triangular

triangular: Random

Returns pseudorandom number drawn from a triangular distribution.

Notes

  • If the condition a <= c <= b is not satisfied, the function returns NaN.
  • If either a, b, or c is NaN, the function returns NaN.
param

minimum support

param

maximum support

param

mode

returns

pseudorandom number