8006409: ThreadLocalRandom should dropping padding fields from its serialized form (original) (raw)
Martin Buchholz martinrb at google.com
Wed Feb 27 17:10:02 UTC 2013
- Previous message: 8006409: ThreadLocalRandom should dropping padding fields from its serialized form
- Next message: 8006409: ThreadLocalRandom should dropping padding fields from its serialized form
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVS has been updated with some more internal doc clarifications.
Martin's "random" wishlist:
- I wish the cool convenience methods in TLR like nextInt(least, bound) could be promoted to Random.java, or perhaps to a utility class Randoms.java
- I wish that TLR didn't continue to extend the life of Random's poor PRNG, and at least provide one with a 2**64 period. I don't see much value producing a sequence compatible with Random, given that setSeed is not available.
but it's probably too late.
- Previous message: 8006409: ThreadLocalRandom should dropping padding fields from its serialized form
- Next message: 8006409: ThreadLocalRandom should dropping padding fields from its serialized form
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]