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
This entity first appeared as the object of triple T815774 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: Random Context triple: [Julia, hasStandardLibrary, Random]
-
A.
Random Dent
Random Dent is a character in Douglas Adams' "The Hitchhiker's Guide to the Galaxy" series, known as the daughter of Arthur Dent and Trillian.
-
B.
Chancy
Chancy is a small Swiss municipality located at the western tip of the canton of Geneva, near the border with France.
-
C.
Chaos
Chaos is the primordial void or yawning gap in ancient Greek cosmology, from which the first gods and elements of the universe emerged.
-
D.
Chance Rides
Chance Rides is an American amusement ride manufacturer known for producing Ferris wheels, carousels, and other attractions for theme parks and entertainment venues worldwide.
-
E.
Crazy
"Crazy" is a classic country ballad written by Willie Nelson and made famous by Patsy Cline, renowned for its poignant lyrics and timeless melody.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: Random Target entity description: Random is a Julia standard library module that provides functionality for generating and manipulating random numbers and random processes.
-
A.
Random Dent
Random Dent is a character in Douglas Adams' "The Hitchhiker's Guide to the Galaxy" series, known as the daughter of Arthur Dent and Trillian.
-
B.
Chancy
Chancy is a small Swiss municipality located at the western tip of the canton of Geneva, near the border with France.
-
C.
Chaos
Chaos is the primordial void or yawning gap in ancient Greek cosmology, from which the first gods and elements of the universe emerged.
-
D.
Chance Rides
Chance Rides is an American amusement ride manufacturer known for producing Ferris wheels, carousels, and other attractions for theme parks and entertainment venues worldwide.
-
E.
Crazy
"Crazy" is a classic country ballad written by Willie Nelson and made famous by Patsy Cline, renowned for its poignant lyrics and timeless melody.
- F. None of above. chosen
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
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: Random Description of subject: Random is a Julia standard library module that provides functionality for generating and manipulating random numbers and random processes.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.
this entity surface form:
TaskLocalRNG