Searched refs:rand_string (Results 1 – 3 of 3) sorted by relevance
27 def rand_string(length: int = 8, *, lowercase: bool = False) -> str: function48 unique_hash: str = rand_string(5, lowercase=True)
279 let rand_string: String = rand::thread_rng() in test_roundtrip() localVariable283 let qr_code = QrCode::new(rand_string.as_bytes()).unwrap(); in test_roundtrip()297 assert_eq!(rand_string, decoded); in test_roundtrip()
357 rand_id: str = framework.helpers.rand.rand_string(lowercase=True)