Registry / crypto / ark-std

ark-std

JSON →
library0.6.0rscratesunverified

A library for no_std compatibility

# Cargo.toml [dependencies] ark-std = "0.6.0"
INSTALL
IMPORT
SIG · ARK-STD
A
ark-std
cryptorustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UniformRand
use ark_std::UniformRand;

Generate a random number using ark-std's RNG

use ark_std::UniformRand; use ark_std::rand::Rng; fn main() { let mut rng = ark_std::rand::thread_rng(); let x: u64 = UniformRand::rand(&mut rng); println!("Random: {}", x); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
Meta
1
OpenAI (training)
1
Resources
ark-std — cargo add ark-std · libregistry