view src/lib.rs @ 2:0c8c5df504fd

Use geometric distribution for skips heights
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 09 Jun 2016 05:56:31 +0000
parents ca4d8694fb33
children e1ae33383eb8
line wrap: on
line source


extern crate rand;

mod skipmap;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {}
}