Random

E96222

Random is a Julia standard library module that provides functionality for generating and manipulating random numbers and random processes.

All labels observed (2)

Label Occurrences
Random canonical 1
TaskLocalRNG 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Julia standard library module
category numerical computing library
scientific computing library
defaultRNGType MersenneTwister
definesConstant GLOBAL_RNG
definesType MersenneTwister
TaskLocalRNG
linked to: Random
documentationURL https://docs.julialang.org/en/v1/stdlib/Random/
exportsFunction GLOBAL_RNG
MersenneTwister
TaskLocalRNG
rand
randcycle
randexp
randn
randperm
randstring
randsubseq
seed!
shuffle
shuffle!
hostProject Julia language
linked to: Julia
implements pseudorandom number generation
importPath using Random
introducedInVersion Julia 1.0
license MIT License
maintainedBy JuliaLang contributors
partOf Julia standard library
programmingLanguage Julia
providesFunctionalityFor random number generation
random processes
repositoryHost GitHub
supports multiple random number generators
supportsDistribution exponential distribution
normal distribution
uniform distribution
supportsFeature reproducible random streams
seeding random number generators
task-local random number generators
supportsOperation generating random permutations
generating random strings
generating random subsequences
sampling from collections
shuffling collections
supportsVersion Julia 1.x
linked to: Julia
usedWith DifferentialEquations.jl
linked to: Julia

Distributions.jl
linked to: Julia

Flux.jl
linked to: Julia

StatsBase.jl
linked to: Julia

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Julia hasStandardLibrary Random
Random definesType TaskLocalRNG
linked to: Random