10,553 reputation
31140
bio website
location Netherlands
age 39
visits member for 2 years, 3 months
seen 4 hours ago
stats profile views 1,649

Java and security expert with over 10 years of experience with the language and with the practical application of cryptographic protocols - including the design of protocols within international standardization bodies. Creator of a heavily used common criteria certified product. Over 30 years of experience with computers. Likes kids, cats, reading, movies and several sports.


7h
reviewed Approve suggested edit on save a variable storing a textbox - android programming?
7h
reviewed Reject suggested edit on Equivalent for unsigned char * in c#
8h
reviewed Approve suggested edit on Manual segue not transitioning properly
8h
reviewed Reject suggested edit on How to deploy a Glassfish application on CloudBees
8h
reviewed Reject suggested edit on How do i create random numbers that are nonrepeating using applescript
13h
reviewed Close LAN network connectivity path drawing tool
13h
reviewed Close POS (point of sale) printer drivers
13h
reviewed Close Get user by user meta value wordpress
13h
reviewed Leave Open Replacing an apostrophe in a string
14h
reviewed Close Calculate count of ones in result of 11^n
14h
reviewed Close ERROR 1215 (HY000): Cannot add foreign key constraint,
14h
reviewed Close Retweet automatically messages from user
14h
reviewed Approve suggested edit on Not more than two colors of the same color
14h
reviewed Approve suggested edit on emokit tag wiki
14h
reviewed Reject suggested edit on Custom python widgets in glade 3
14h
reviewed Approve suggested edit on Different for-loop incremental value
14h
reviewed Approve suggested edit on emokit tag wiki excerpt
14h
comment Not more than two colors of the same color
@3D-kreativ some kind of stack would be a nice idea, or storing a single number and a count. Using recursion is always troublesome, using a loop construct instead should be preferred. And using SecureRandom instead of just any Random of course. Make sure you know how to use a debugger well.
14h
comment Not more than two colors of the same color
@MrLister not quired Dave, the check is happening before returning a result with the same index j
14h
comment Not more than two colors of the same color
Have you tried to use SecureRandom (without seed) to make sure that the random is truly random?