hoist named shape logic from threefry's random_bits implementation #7709
Labels
enhancement
New feature or request
P2 (eventual)
This ought to be addressed, but has no schedule at the moment. (Assignee optional)
The threefry2x32 PRNG's
random_bits
implementation handles named shapes by folding axis indices into the key. With #6899 in place, we should attempt to hoist this logic out of threefry and apply it uniformly across key implementations. In turn, hopefully RNG implementations need not be concerned about named shapes, only positional ones.Related:
The text was updated successfully, but these errors were encountered: