Random
E96222
Random is a Julia standard library module that provides functionality for generating and manipulating random numbers and random processes.
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf | Julia standard library module ⓘ |
| category |
numerical computing library
ⓘ
scientific computing library ⓘ |
| defaultRNGType | MersenneTwister NERFINISHED ⓘ |
| definesConstant | GLOBAL_RNG ⓘ |
| definesType |
MersenneTwister
NERFINISHED
ⓘ
TaskLocalRNG NERFINISHED ⓘ |
| documentationURL | https://docs.julialang.org/en/v1/stdlib/Random/ ⓘ |
| exportsFunction |
GLOBAL_RNG
ⓘ
MersenneTwister NERFINISHED ⓘ TaskLocalRNG ⓘ rand ⓘ randcycle ⓘ randexp ⓘ randn ⓘ randperm ⓘ randstring ⓘ randsubseq ⓘ seed! ⓘ shuffle ⓘ shuffle! ⓘ |
| hostProject | Julia language NERFINISHED ⓘ |
| implements | pseudorandom number generation ⓘ |
| importPath | using Random ⓘ |
| introducedInVersion | Julia 1.0 ⓘ |
| license | MIT License NERFINISHED ⓘ |
| maintainedBy | JuliaLang contributors ⓘ |
| partOf | Julia standard library ⓘ |
| programmingLanguage | Julia NERFINISHED ⓘ |
| providesFunctionalityFor |
random number generation
ⓘ
random processes ⓘ |
| repositoryHost | GitHub NERFINISHED ⓘ |
| 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 NERFINISHED ⓘ |
| usedWith |
DifferentialEquations.jl
NERFINISHED
ⓘ
Distributions.jl NERFINISHED ⓘ Flux.jl NERFINISHED ⓘ StatsBase.jl NERFINISHED ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.