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
Random self-linksurface differs
surface form: TaskLocalRNG
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
surface form: Julia language
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
surface form: Julia 1.x
usedWith Julia
surface form: DifferentialEquations.jl

Julia
surface form: Distributions.jl

Julia
surface form: Flux.jl

Julia
surface form: StatsBase.jl

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 Random self-linksurface differs
this entity surface form: TaskLocalRNG