Navigation :
Envision Language
Lokad Platform
Envision Gallery
Envision Reference
- Glossary
- Tile syntax
- List of icons
- StyleCode sub-language
-
_
-
A-B-C
-
D-E-F
-
G-H-I
-
J-K-L
-
M-N-O
-
P-Q-R
-- padLeft
-- params
-- parseDate
-- parseNumber
-- parseTime
-- partition
-- partitioned
-- path
-- percent
-- percentile
-- piechart
-- plot
-- poisson
-- popCount
-- previewUrl
-- pricebrk.f
-- pricebrk.m
-- printTime
-- priopack
-- process
-- product
-- pure
-- quantile
-- quarter
-- random
-- random.binomial
-- random.integer
-- random.logLogistic
-- random.negativeBinomial
-- random.normal
-- random.poisson
-- random.ranvar
-- random.shuffle
-- random.uniform
-- rank
-- rankd
-- ranvar
-- ranvar.buckets
-- ranvar.periodicr
-- ranvar.segment
-- ranvar.uniform
-- ratio
-- read
-- regularizationTerm
-- replace
-- return
-- rgb
-- round
-- round
-- round
-- roundNext
-
S-T-U
-
V-W-X
-
Y-Z
Envision Specifications
Library
Legacy
random
random
in pure
definition, contextual keyword
The random
flag marks a def pure
function as a pseudo-random number generator, and allows it to call other pseudo-random number generators from its body.
def random pure twoPoisson(a: number, b: number) with
return random.poisson(a) + random.poisson(b)
This keyword can currently not be applied to def process
functions.
See also