summary refs log tree commit diff stats
path: root/nimdoc/testproject/subdir
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2021-01-07 02:38:31 -0600
committerGitHub <noreply@github.com>2021-01-07 09:38:31 +0100
commit89a21e4ec71e705833d2aacd069e291cf41a19c6 (patch)
tree0c8eb4276d1edd2cbb44f8e93477ef607fbe8aca /nimdoc/testproject/subdir
parentbab0aa6ecf8b91f9befaebefd0d4d5adeaac3ac3 (diff)
downloadNim-89a21e4ec71e705833d2aacd069e291cf41a19c6.tar.gz
oids: switch from PRNG to random module (#16203)
* switch from PRNG to random module
* fix the regression
* comments + tests
* runnableExamples
* make oids better
Diffstat (limited to 'nimdoc/testproject/subdir')
0 files changed, 0 insertions, 0 deletions
mmit/lib/pure/db_common.nim?h=devel&id=cb10f306561319f3bc604dee924a5af7639d6434'>cb10f3065 ^
4e157114a ^
cb10f3065 ^







4e157114a ^

cb10f3065 ^

cb10f3065 ^














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100