Description
Update the o.a.c.rng.simple.internal package to improve the construction speed of random generators.
Areas identified by the construction benchmark RNG-72 include:
- Update the RandomSourceInternal to know the desired size for the native seed
- Update the SeedFactory for faster byte[] conversions
- Remove the use of reflection for fast seeding generators
It is intended that all changes made are non-destructive to the quality of any generated seed.
Attachments
Attachments
Issue Links
- relates to
-
RNG-104 SeedFactory seed creation performance analysis
- Closed