Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/b/i/biopython-1.63/Tests/test_HotRand.py biopython(Download)
requires_internet.check() from Bio.HotRand import HotRandom
def test_get_random_range(self): """Get a sequence of random numbers. """ rand_seq = [] hot_random = HotRandom()