CodeSampleX

Exemple

rand 0.9.5: In rand 0.9+, thread_rng() and .gen()/.gen_range() are replaced by rand::rng() and .random()/.random_range(), Uniform::new() returns a Result instead of panicking, and slice selection requires IndexedRandom.

Échantillon vérifié pour cargo rand 0.9.5: In rand 0.9+, thread_rng() and .gen()/.gen_range() are replaced by rand::rng() and .random()/.random_range()…

sha256:4e5055841295f3901735afefbb47a8ccceffbd5de58c7831c76919476acafb95

Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré. Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes. MIT-0

Preuves d'exécution

L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.

Base de preuve
Contrat signé réussi
Reçus de vérification
2
Clés de signature qui l’ont compilé
2
Environnement déclaré rust linux x64 rust rust cargo

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
rust 1 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · cargo@1
2026-08-16
rust 1 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · cargo@1
2026-08-18

Cas

HOW
Objectif
In rand 0.9+, thread_rng() and .gen()/.gen_range() are replaced by rand::rng() and .random()/.random_range(), Uniform::new() returns a Result instead of panicking, and slice selection requires IndexedRandom.
Paquets
Symboles
  • rand::rng
  • rand::Rng::random
  • rand::Rng::random_range
  • rand::distr::Uniform
  • rand::distr::SampleString
  • rand::seq::IndexedRandom
  • rand::SeedableRng
Environnement
rust
Créé
2026-08-16T08:13:24Z

Contrat

  1. rand::rng() initializes the thread-local generator instead of deprecated rand::thread_rng()
  2. rng.random() and rng.random_range() replace removed .gen() and .gen_range() methods
  3. rand::distr::Uniform::new() returns Result<Uniform, UniformError> rather than infallible construction or panicking
  4. rand::seq::IndexedRandom provides choose and choose_multiple on slices replacing rand::seq::SliceRandom
  5. rand::distr::SampleString with Alphanumeric generates random ASCII strings
  6. SeedableRng::seed_from_u64 produces deterministic repeatable random sequences across generator instances

Fichiers

  • .gitignore
  • Cargo.lock
  • Cargo.toml
  • NOTES.md
  • csx.json
  • src/lib.rs

Télécharger l’artefact source (tar.gz)

Seeder d'origine

csx-seed