-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
@phadej would you be ok removing dependency on random completely? Not right now, of course, but once we get to the final implementation of the new random, which is not far at all on the horizon. Reason why I am asking is because we decided it would be best if we just made the SMGen the default RNG for random, in other words, instead of duplicating splitmix algorithm implementation we went for type StdGen = SMGen. This would, of course, require random to depend on splitmix, not the other way around. We could of course just inline the implementation from your package as mentioned here idontgetoutmuch/random#86, but it really seems like an unnecessary duplication of code.
Metadata
Metadata
Assignees
Labels
No labels