summary refs log tree commit diff stats
path: root/tests/pragmas/custom_pragma.nim
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 /tests/pragmas/custom_pragma.nim
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 'tests/pragmas/custom_pragma.nim')
0 files changed, 0 insertions, 0 deletions
; 2011-02-13 21:24:52 +0100 REPL improvements' href='/ahoang/Nim/commit/lib/impure/rdstdin.nim?h=devel&id=55c40746474cff452c09fa9c1244e3d0c7b3ad21'>55c407464 ^
008b0f19b ^
dd6b0f81e ^







630f867bd ^
0a1f204f0 ^
630f867bd ^
75ece74bd ^


78a99587a ^
419199bf9 ^
55c407464 ^

645447293 ^
55c407464 ^

78a99587a ^
d4bc11b65 ^
a489161b1 ^
70ec17eed ^




a489161b1 ^


15422a3e5 ^
78a99587a ^
15422a3e5 ^


78a99587a ^
15422a3e5 ^


55c407464 ^
6e0c06f50 ^
dcd23ae1f ^
78a99587a ^
d4bc11b65 ^
aa8b470cf ^
aa01c346f ^
78a99587a ^
ca39e113d ^
78a99587a ^

aa8b470cf ^

a489161b1 ^
6387e2896 ^



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