Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
Lambda
Guides
Guide
Symbols
BetaReduce
BetaReductions
ColorizeLambda
EnumerateLambdas
EtaReduce
EvalLambda
FunctionLambda
LambdaCombinator
LambdaDiagram
LambdaFunction
LambdaSmiles
LambdaTree
RandomLambda
Wolfram`Lambda`
R
a
n
d
o
m
L
a
m
b
d
a
R
a
n
d
o
m
L
a
m
b
d
a
[
d
e
p
t
h
,
l
e
n
g
t
h
]
g
e
n
e
r
a
t
e
r
a
n
d
o
m
l
a
m
b
d
a
e
x
p
r
e
s
s
i
o
n
w
i
t
h
a
g
i
v
e
n
d
e
p
t
h
a
n
d
l
e
n
g
t
h
.
R
a
n
d
o
m
L
a
m
b
d
a
[
…
,
n
]
g
e
n
e
r
a
t
e
n
r
a
n
d
o
m
l
a
m
b
d
a
e
x
p
r
e
s
s
i
o
n
s
.
Examples
(
2
)
Basic Examples
(
2
)
Generate a random lambda expression:
I
n
[
1
]
:
=
R
a
n
d
o
m
L
a
m
b
d
a
[
3
,
3
]
O
u
t
[
1
]
=
λ
.
[
λ
.
[
λ
.
[
2
[
2
]
[
3
]
]
[
λ
.
[
2
[
3
]
[
3
]
]
]
]
[
λ
.
[
λ
.
[
1
[
1
]
[
1
]
]
[
λ
.
[
3
[
3
]
[
2
]
]
]
]
]
[
λ
.
[
λ
.
[
1
]
[
λ
.
[
1
[
2
]
]
]
]
]
]
Generate 10 random lambda expressions.
I
n
[
1
]
:
=
R
a
n
d
o
m
L
a
m
b
d
a
[
3
,
2
,
1
0
]
O
u
t
[
1
]
=
{
λ
.
[
λ
.
[
λ
.
[
3
[
3
]
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
1
[
3
]
]
[
λ
.
[
3
]
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
1
[
3
]
]
]
[
λ
.
[
λ
.
[
2
[
1
]
]
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
1
]
]
[
λ
.
[
λ
.
[
1
]
[
λ
.
[
2
[
1
]
]
]
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
1
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
2
[
1
]
]
[
λ
.
[
3
[
2
]
]
]
]
[
λ
.
[
λ
.
[
1
]
[
λ
.
[
3
[
3
]
]
]
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
1
[
2
]
]
]
[
λ
.
[
λ
.
[
1
[
2
]
]
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
3
]
[
λ
.
[
1
[
3
]
]
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
1
[
2
]
]
[
λ
.
[
3
]
]
]
]
,
λ
.
[
λ
.
[
λ
.
[
1
]
]
]
}
S
e
e
A
l
s
o
E
n
u
m
e
r
a
t
e
L
a
m
b
d
a
s
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
G
u
i
d
e
"
"