index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
random.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add templated GetRandomDuration<>
MarcoFalke
2020-04-30
1
-2
/
+14
*
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-29
1
-0
/
+1
|
\
|
*
[util] Add method that returns random time in milliseconds
Amiti Uttarwar
2020-04-23
1
-0
/
+1
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
|
tests: Add fuzzing harness for functions/classes in random.h
practicalswift
2020-03-29
1
-5
/
+9
|
/
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Move events_hasher into RNGState()
Pieter Wuille
2019-12-05
1
-1
/
+1
*
Merge #17507: random: mark RandAddPeriodic and SeedPeriodic as noexcept
Wladimir J. van der Laan
2019-12-05
1
-8
/
+8
|
\
|
*
random: mark RandAddPeriodic and SeedPeriodic as noexcept
fanquake
2019-11-18
1
-1
/
+1
|
*
doc: correct random.h docs after #17270
fanquake
2019-11-18
1
-7
/
+7
*
|
Seed RNG with precision timestamps on receipt of net messages.
Matt Corallo
2019-11-23
1
-0
/
+8
*
|
random: stop retrieving random bytes from OpenSSL
fanquake
2019-11-18
1
-1
/
+0
|
/
*
Run background seeding periodically instead of unpredictably
Pieter Wuille
2019-11-12
1
-2
/
+2
*
doc: minor corrections in random.cpp
fanquake
2019-11-12
1
-1
/
+0
*
Add assertion to randrange that input is not 0
Jeremy Rubin
2019-10-28
1
-0
/
+1
*
net: Use mockable time for tx download
MarcoFalke
2019-06-17
1
-1
/
+3
*
Merge #15224: Add RNG strengthening (10ms once every minute)
Wladimir J. van der Laan
2019-05-18
1
-0
/
+2
|
\
|
*
Document strenghtening
Pieter Wuille
2019-05-06
1
-0
/
+2
*
|
Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-03
1
-1
/
+1
*
|
Use RdSeed when available, and reduce RdRand load
Pieter Wuille
2019-02-03
1
-1
/
+2
|
/
*
Document RNG design in random.h
Pieter Wuille
2019-01-16
1
-0
/
+43
*
Sprinkle some sweet noexcepts over the RNG code
Pieter Wuille
2019-01-16
1
-14
/
+14
*
Switch all RNG code to the built-in PRNG.
Pieter Wuille
2019-01-16
1
-12
/
+19
*
Automatically initialize RNG on first use.
Pieter Wuille
2019-01-16
1
-1
/
+6
*
Do not permit copying FastRandomContexts
Pieter Wuille
2018-12-12
1
-0
/
+8
*
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-12-12
1
-0
/
+23
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Merge #12742: Make FastRandomContext support standard C++11 RNG interface
MarcoFalke
2018-03-22
1
-0
/
+7
|
\
|
*
Make FastRandomContext support standard C++11 RNG interface
Pieter Wuille
2018-03-20
1
-0
/
+7
*
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-12-13
1
-1
/
+1
|
\
|
*
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-11-10
1
-1
/
+1
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
|
/
*
Merge #10377: Use rdrand as entropy source on supported platforms
Wladimir J. van der Laan
2017-06-14
1
-0
/
+3
|
\
|
*
Use rdrand as entropy source on supported platforms
Pieter Wuille
2017-06-13
1
-0
/
+3
*
|
Add FastRandomContext::rand256() and ::randbytes()
Pieter Wuille
2017-06-05
1
-0
/
+6
|
/
*
Add perf counter data to GetStrongRandBytes state in scheduler
Matt Corallo
2017-05-22
1
-0
/
+7
*
Add a FastRandomContext::randrange and use it
Pieter Wuille
2017-03-29
1
-0
/
+12
*
Switch FastRandomContext to ChaCha20
Pieter Wuille
2017-03-29
1
-9
/
+57
*
Introduce FastRandomContext::randbool()
Pieter Wuille
2017-03-29
1
-0
/
+4
*
sanity: Move OS random to sanity check function
Wladimir J. van der Laan
2017-02-22
1
-0
/
+5
*
squashme: comment that NUM_OS_RANDOM_BYTES should not be changed lightly
Wladimir J. van der Laan
2017-02-22
1
-1
/
+5
*
util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD
Wladimir J. van der Laan
2017-02-21
1
-0
/
+8
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-19
/
+16
*
Always require OS randomness when generating secret keys
Pieter Wuille
2016-05-29
1
-4
/
+7
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Fix typo in doxygen comment.
Pavel JanÃk
2014-11-25
1
-1
/
+1
[next]