You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now SkipList uses the thread-local RNG which depends on rand (with default features enabled). This could be made more lightweight / flexible by introducing a generic R: Rng.
Right now
SkipListuses the thread-local RNG which depends onrand(with default features enabled). This could be made more lightweight / flexible by introducing a genericR: Rng.