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
|
{ "rand":
{ "type": "export"
, "target": "rand-internal"
, "flexible_config":
["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
}
, "rand-internal":
{ "type": ["@", "rules", "rust", "library"]
, "name": ["rand"]
, "crate_root": ["src/lib.rs"]
, "srcs":
[ "src/rng.rs"
, "src/prelude.rs"
, "src/lib.rs"
, "src/distributions/distribution.rs"
, "src/distributions/uniform.rs"
, "src/distributions/weighted.rs"
, "src/distributions/other.rs"
, "src/distributions/weighted_index.rs"
, "src/distributions/bernoulli.rs"
, "src/distributions/integer.rs"
, "src/distributions/float.rs"
, "src/distributions/utils.rs"
, "src/distributions/slice.rs"
, "src/distributions/mod.rs"
, "src/seq/index.rs"
, "src/seq/mod.rs"
, "src/rngs/small.rs"
, "src/rngs/xoshiro128plusplus.rs"
, "src/rngs/thread.rs"
, "src/rngs/std.rs"
, "src/rngs/mock.rs"
, "src/rngs/xoshiro256plusplus.rs"
, "src/rngs/mod.rs"
, "src/rngs/adapter/read.rs"
, "src/rngs/adapter/reseeding.rs"
, "src/rngs/adapter/mod.rs"
]
, "edition": ["2018"]
, "arguments_config":
["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
, "deps":
[ ["@", "libc", "", "libc"]
, ["@", "rand_chacha", "", "rand_chacha"]
, ["@", "rand_core", "", "rand_core"]
]
, "cargo_features":
["alloc", "default", "getrandom", "libc", "rand_chacha", "std", "std_rng"]
, "stage": ["rand-0.8.5"]
, "version": ["0", "8", "5"]
, "pkg_name": ["rand"]
}
, "alloc": {"type": ["@", "rules", "cargo", "feature"], "name": ["alloc"]}
, "default": {"type": ["@", "rules", "cargo", "feature"], "name": ["default"]}
, "getrandom":
{"type": ["@", "rules", "cargo", "feature"], "name": ["getrandom"]}
, "libc": {"type": ["@", "rules", "cargo", "feature"], "name": ["libc"]}
, "log": {"type": ["@", "rules", "cargo", "feature"], "name": ["log"]}
, "min_const_gen":
{"type": ["@", "rules", "cargo", "feature"], "name": ["min_const_gen"]}
, "nightly": {"type": ["@", "rules", "cargo", "feature"], "name": ["nightly"]}
, "packed_simd":
{"type": ["@", "rules", "cargo", "feature"], "name": ["packed_simd"]}
, "rand_chacha":
{"type": ["@", "rules", "cargo", "feature"], "name": ["rand_chacha"]}
, "serde": {"type": ["@", "rules", "cargo", "feature"], "name": ["serde"]}
, "serde1": {"type": ["@", "rules", "cargo", "feature"], "name": ["serde1"]}
, "simd_support":
{"type": ["@", "rules", "cargo", "feature"], "name": ["simd_support"]}
, "small_rng":
{"type": ["@", "rules", "cargo", "feature"], "name": ["small_rng"]}
, "std": {"type": ["@", "rules", "cargo", "feature"], "name": ["std"]}
, "std_rng": {"type": ["@", "rules", "cargo", "feature"], "name": ["std_rng"]}
}
|