{"id":58581,"library":"rand-isaac","title":"rand_isaac","description":"ISAAC random number generator implementation for the rand crate.","status":"active","version":"0.5.1","language":"rust","source_language":null,"source_url":"https://github.com/rust-random/rngs","tags":["random","rng","cryptography","isaac"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrand_isaac = \"0.5.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rand_isaac","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"IsaacRng","correct":"use rand_isaac::IsaacRng;"}],"quickstart":{"code":"use rand_isaac::IsaacRng;\nuse rand::Rng;\n\nlet mut rng = IsaacRng::from_entropy();\nlet n: u32 = rng.gen();\nprintln!(\"Random number: {}\", n);","lang":"rust","description":"Creates an ISAAC random number generator and generates a random u32."},"warnings":[],"env_vars":null,"search_vec":"'crate':11 'cryptographi':14 'generat':6 'implement':7 'isaac':2,3,15 'number':5 'rand':1,10 'random':4,12 'rng':13","created_at":"2026-06-16T16:30:21.256654+00:00","updated_at":"2026-06-16T16:30:21.256654+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://rust-random.github.io/book","github":"https://github.com/rust-random/rngs","docs":"https://docs.rs/rand_isaac/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}