jnyrup
|
83441365c0
|
Fix typos
|
8 years ago |
Christoph Ruegg
|
d9f8929067
|
Random: ephemeral serialization support for random sources #462
|
10 years ago |
Christoph Ruegg
|
5b236aee76
|
Random: drop redundant range check in inner loop implementation #427
|
10 years ago |
Christoph Ruegg
|
8e131b481b
|
Random: clarify ranges, ensure them at the call site #427
|
10 years ago |
Juri
|
d852f99120
|
Fix Issue #427
Added fix to DoSampleInt32WithNBits too
|
10 years ago |
Juri
|
041ee94908
|
Fix Issue #427
Use Fastpath without random-call when only a single value is allowed to be returned.
Added test that result of Next() is within boundaries.
|
10 years ago |
Christoph Ruegg
|
b559ca166e
|
Random: Non-biased integer range sampling
|
10 years ago |
Christoph Ruegg
|
484f1e44f2
|
Random: improved fallbacks on zero-minInclusive integer sampling
|
10 years ago |
Christoph Ruegg
|
ef808bbf30
|
Random: protected RandomSource.DoSampleBytes for clearer design around byte-based sampling
|
10 years ago |
Christoph Ruegg
|
36a46bd7fc
|
Cleanup: no longer mention CodePlex in file headers, deprecate its release archive
|
10 years ago |
Christoph Ruegg
|
1147c24168
|
Random: RandomSource convenience methods to sample arrays without preallocating
|
11 years ago |
Christoph Ruegg
|
b209ed9d58
|
Random: RandomSource.DoSampleInteger for direct integer sampling without floating points #359
MersenneTwister integer sampling now matches standard implementation.
|
11 years ago |
Christoph Ruegg
|
2e13d298e6
|
Combinatorics: generate or select random permutation, combination or variation #14
|
11 years ago |
Christoph Ruegg
|
cc5079bdcf
|
StyleCop
|
12 years ago |
Christoph Ruegg
|
9bb432aef8
|
Random: generate a sequence of integers within a range in one go
|
12 years ago |
Christoph Ruegg
|
b51bd337f0
|
Throw ArgumentException instead of ArgumentOutOfRangeException where it was used without parameter arg
|
12 years ago |
Christoph Ruegg
|
40bad6b301
|
Random: api cleanup
|
13 years ago |
Christoph Ruegg
|
11519beb84
|
Random: tweak sampling (based on a lot of benchmarks), new robust seeds
|
13 years ago |
Christoph Ruegg
|
b0fcc0cc50
|
Random: reintroduce SystemRandomSource, RandomSource abstract again
|
13 years ago |
Christoph Ruegg
|
dac9dbaa18
|
Random: static SampleSequence routines
|
13 years ago |
Christoph Ruegg
|
02f6960c50
|
Random: rework
|
13 years ago |
Christoph Ruegg
|
7d11e73aaa
|
Inspections/CodeAnalysis Cleanup
|
13 years ago |
Christoph Ruegg
|
e34947c627
|
fixing bug in abstract RNG base for range-limited integers
|
16 years ago |
Marcus Cuda
|
7e698cd2b7
|
vector: minor cleanup of Hany's additional vector methods
|
16 years ago |
Christoph Ruegg
|
722b9736c4
|
Numerics: udated headers (sorry for the code churn..)
|
16 years ago |
Jurgen Van Gael
|
ab86ca23c6
|
added AbstractRandomNumberGenerator.cs
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |