Random numbers, with MersenneTwister, not stable across major releases
|
|
8
|
158
|
November 7, 2024
|
Noise inside an activation function in DifferentialEquations.jl
|
|
2
|
46
|
August 18, 2024
|
Why are `seed!` and `default_rng` not public?
|
|
1
|
93
|
July 17, 2024
|
How do I create an array with random unique numbers in a specific range?
|
|
20
|
819
|
June 24, 2024
|
Random number reproducibility from Poisson distribution
|
|
2
|
175
|
June 8, 2024
|
Random sampling with rand(Uniform(0,1), n)
|
|
4
|
231
|
May 30, 2024
|
Rand() doesn't work with dims as tuple of Uint
|
|
5
|
234
|
April 10, 2024
|
How to evaluate multivariate log normal distribution at arbitrary point?
|
|
2
|
187
|
April 7, 2024
|
True random numbers
|
|
14
|
1180
|
March 18, 2024
|
Random seed initialization with splitmix
|
|
7
|
477
|
February 21, 2024
|
Random number generation
|
|
19
|
1172
|
February 10, 2024
|
Can rand generate random vectors with custom type entries?
|
|
5
|
446
|
December 2, 2023
|
Static array with uniform distribution
|
|
2
|
310
|
November 30, 2023
|
Custom Sampler with multiple parameters
|
|
4
|
235
|
November 23, 2023
|
Output distribution of rand(Float32) and rand(Float64), thread 2
|
|
437
|
6320
|
November 19, 2023
|
QMC vs rand
|
|
12
|
578
|
November 16, 2023
|
Generating Float32 uniform random numbers with Distributions.jl
|
|
2
|
805
|
November 6, 2023
|
ANN: TupleShuffling: shuffling of tuples and generating random permutation tuples
|
|
3
|
381
|
October 28, 2023
|
Getting Reproducible Results in Distributed Computing with Randomness
|
|
2
|
345
|
September 7, 2023
|
Same code but different values of simulation from two computers
|
|
3
|
363
|
September 6, 2023
|
How to generate white noise?
|
|
1
|
625
|
July 16, 2023
|
Distributed.@everywhere alters random generator state?
|
|
2
|
249
|
July 6, 2023
|
UndefVarError: `Random` not defined
|
|
1
|
297
|
July 3, 2023
|
Why Random.seed!(123) don't produce the same result?
|
|
2
|
316
|
May 14, 2023
|
Efficient way of creating a vector of length L with unique elements
|
|
3
|
445
|
May 5, 2023
|
Is this an expected behavior of rand.()?
|
|
4
|
423
|
April 21, 2023
|
Best way to get a vector of BigFloat values drawn from a uniform distribution
|
|
4
|
460
|
April 9, 2023
|
Picking a random position in an Array
|
|
16
|
843
|
March 13, 2023
|
CUDA errors 203 and 103, CUDA.rand() and CUDA.versioninfo()
|
|
6
|
845
|
February 15, 2023
|
Generating a sparse matrix from a piecewise function
|
|
2
|
393
|
December 2, 2022
|